Skip to content

Commit

Permalink
Merge branch 'master' into release-please--branches--master
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Aug 22, 2022
2 parents 7455e6e + 9140c60 commit a1042ac
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 a1042ac

Please sign in to comment.