Skip to content

Commit

Permalink
fix: add depends_on to asm module google_container_cluster data resou…
Browse files Browse the repository at this point in the history
…rce (#1365)
  • Loading branch information
DP19 committed Aug 22, 2022
1 parent a2ec548 commit 9140c60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/asm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ data "google_container_cluster" "asm" {
project = var.project_id
name = var.cluster_name
location = var.cluster_location

depends_on = [var.module_depends_on]
}

resource "kubernetes_namespace" "system" {
Expand Down

0 comments on commit 9140c60

Please sign in to comment.