We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19150f4 + 56b39f3 commit 2b45e42Copy full SHA for 2b45e42
infrastructure/modules/container-apps/main.tf
@@ -31,7 +31,7 @@ module "webapp" {
31
fetch_secrets_from_app_key_vault = var.fetch_secrets_from_app_key_vault
32
infra_key_vault_name = var.infra_key_vault_name
33
infra_key_vault_rg = var.infra_key_vault_rg
34
- entra_id_authentication_enabled = var.enable_entra_id_authentication
+ enable_entra_id_authentication = var.enable_entra_id_authentication
35
app_key_vault_id = var.app_key_vault_id
36
docker_image = var.docker_image
37
user_assigned_identity_ids = var.deploy_database_as_container ? [] : [module.db_connect_identity[0].id]
0 commit comments