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 authored Jan 5, 2024
1 parent 8feeaf6 commit d42eba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vso.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "kubernetes_manifest" "vault_connection" {
for_each = {
for auth in var.k8s_auths :
auth.name => auth
if var.vso_enabled[1]
if var.vso_enabled
}

manifest = yamldecode(templatefile(
Expand All @@ -43,7 +43,7 @@ resource "kubernetes_manifest" "vault_auth" {
for_each = {
for auth in var.k8s_auths :
auth.name => auth
if var.vso_enabled[1]
if var.vso_enabled
}

manifest = yamldecode(templatefile(
Expand Down

0 comments on commit d42eba4

Please sign in to comment.