Skip to content

Commit 9140c60

Browse files
authored
fix: add depends_on to asm module google_container_cluster data resource (terraform-google-modules#1365)
1 parent a2ec548 commit 9140c60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/asm/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ data "google_container_cluster" "asm" {
2929
project = var.project_id
3030
name = var.cluster_name
3131
location = var.cluster_location
32+
33+
depends_on = [var.module_depends_on]
3234
}
3335

3436
resource "kubernetes_namespace" "system" {

0 commit comments

Comments
 (0)