We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b7ec7 commit bb3dfc4Copy full SHA for bb3dfc4
1 file changed
infrastructure/modules/container-app-job/main.tf
@@ -109,6 +109,8 @@ resource "azurerm_container_app_job" "this" {
109
# KV secrets are uppercase and hyphen separated
110
# app container secrets are lowercase and hyphen separated
111
secret_name = lower(env.value.name)
112
+ }
113
114
115
dynamic "env" {
116
for_each = var.secret_variables
0 commit comments