Skip to content

Commit

Permalink
Fix word typo at terraform resource (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
goshander authored Nov 8, 2024
1 parent 063ec58 commit f60ff02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/terraform/k8s-secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ resource "kubernetes_manifest" "lockbox" {
resource "yandex_lockbox_secret" "zitadel" {
for_each = toset(local.is_zitadel_enabled ? ["main"] : [])

name = "${local.service}-k8s-ztadel-secrets"
name = "${local.service}-k8s-zitadel-secrets"
}

resource "kubernetes_manifest" "lockbox-zitadel" {
Expand Down

0 comments on commit f60ff02

Please sign in to comment.