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.
2 parents 82b64fa + fe734b8 commit 78c65a8Copy full SHA for 78c65a8
main.tf
@@ -316,4 +316,5 @@ module "google_netapp" {
316
protocols = var.netapp_protocols
317
volume_path = "${var.prefix}-${var.netapp_volume_path}"
318
allowed_clients = join(",", [local.gke_subnet_cidr, local.misc_subnet_cidr])
319
+ depends_on = [ module.gke ]
320
}
0 commit comments