Skip to content

Commit

Permalink
Update vso.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Jun 12, 2024
1 parent 2c27457 commit a75e08f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vso.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ resource "kubernetes_manifest" "vault_auth" {
{
"name" = each.value["name"]
"namespace" = each.value["namespace"]
"cluster_name" = var.cluster_name
}
))
depends_on = [kubernetes_manifest.vault_connection]
Expand Down

0 comments on commit a75e08f

Please sign in to comment.