Skip to content

Commit bb3dfc4

Browse files
committed
fix the rebase issue
1 parent c4b7ec7 commit bb3dfc4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • infrastructure/modules/container-app-job

infrastructure/modules/container-app-job/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ resource "azurerm_container_app_job" "this" {
109109
# KV secrets are uppercase and hyphen separated
110110
# app container secrets are lowercase and hyphen separated
111111
secret_name = lower(env.value.name)
112+
}
113+
}
112114

113115
dynamic "env" {
114116
for_each = var.secret_variables

0 commit comments

Comments
 (0)