Skip to content

Commit d1faf60

Browse files
committed
project arg added in subnet code
1 parent 4169f60 commit d1faf60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tf-count/gcp_subnetwork.tf

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
resource "google_compute_subnetwork" "tst_vpc_subnet" {
33
count = length(var.subnet_name)
44

5+
project = var.project_id
56
name = var.subnet_name[count.index]
67
ip_cidr_range = var.subnet_cidr[count.index]
78
region = var.default_region

0 commit comments

Comments
 (0)