Skip to content

Commit 56b39f3

Browse files
committed
Fix container app variable naming
This also needed renaming in dtos-devops-templates. Updating here for consistency.
1 parent 19150f4 commit 56b39f3

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/modules/container-apps

1 file changed

+1
-1
lines changed

infrastructure/modules/container-apps/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module "webapp" {
3131
fetch_secrets_from_app_key_vault = var.fetch_secrets_from_app_key_vault
3232
infra_key_vault_name = var.infra_key_vault_name
3333
infra_key_vault_rg = var.infra_key_vault_rg
34-
entra_id_authentication_enabled = var.enable_entra_id_authentication
34+
enable_entra_id_authentication = var.enable_entra_id_authentication
3535
app_key_vault_id = var.app_key_vault_id
3636
docker_image = var.docker_image
3737
user_assigned_identity_ids = var.deploy_database_as_container ? [] : [module.db_connect_identity[0].id]

0 commit comments

Comments
 (0)