Skip to content

Commit a439249

Browse files
committed
add tests
Signed-off-by: drfaust92 <[email protected]>
1 parent 81ceac0 commit a439249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/node_pool/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module "gke" {
6363

6464
additional_ip_ranges_config = [
6565
{
66-
subnetwork = var.subnetwork
66+
subnetwork = "projects/${var.project_id}/regions/${var.region}/subnetworks/${var.subnetwork}"
6767
pod_ipv4_range_names = [var.additional_ip_pod_range]
6868
}
6969
]

0 commit comments

Comments
 (0)