We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb70f7 commit cf3f226Copy full SHA for cf3f226
1 file changed
infrastructure/modules/container-app/main.tf
@@ -30,7 +30,7 @@ module "key_vault_reader_role_infra" {
30
locals {
31
all_identity_ids = compact(concat(
32
[var.acr_managed_identity_id],
33
-
+ var.user_assigned_identity_ids,
34
[module.container_app_identity.id]
35
))
36
}
0 commit comments