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.
1 parent a2ec548 commit 9140c60Copy full SHA for 9140c60
modules/asm/main.tf
@@ -29,6 +29,8 @@ data "google_container_cluster" "asm" {
29
project = var.project_id
30
name = var.cluster_name
31
location = var.cluster_location
32
+
33
+ depends_on = [var.module_depends_on]
34
}
35
36
resource "kubernetes_namespace" "system" {
0 commit comments