Skip to content

Commit 61af39c

Browse files
committed
🔨 add depends_on option
1 parent 26172f9 commit 61af39c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

option-loadbalancer.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ resource "kubernetes_namespace" "loadbalancer_namespace" {
66
"app" = "metallb"
77
}
88
}
9+
10+
depends_on = [
11+
kind_cluster.this
12+
]
913
}
1014

1115
resource "random_id" "loadbalancer_secret_random" {

0 commit comments

Comments
 (0)