Skip to content

Commit 78c65a8

Browse files
authored
Merge pull request #232 from frozentank/patch-1
Adding depends_on for Netapp
2 parents 82b64fa + fe734b8 commit 78c65a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,4 +316,5 @@ module "google_netapp" {
316316
protocols = var.netapp_protocols
317317
volume_path = "${var.prefix}-${var.netapp_volume_path}"
318318
allowed_clients = join(",", [local.gke_subnet_cidr, local.misc_subnet_cidr])
319+
depends_on = [ module.gke ]
319320
}

0 commit comments

Comments
 (0)