We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ceac0 commit a439249Copy full SHA for a439249
examples/node_pool/main.tf
@@ -63,7 +63,7 @@ module "gke" {
63
64
additional_ip_ranges_config = [
65
{
66
- subnetwork = var.subnetwork
+ subnetwork = "projects/${var.project_id}/regions/${var.region}/subnetworks/${var.subnetwork}"
67
pod_ipv4_range_names = [var.additional_ip_pod_range]
68
}
69
]
0 commit comments