Skip to content

Commit cf3f226

Browse files
authored
Add missing container app managed identity (#226)
It was removed by mistake in the previous PR
1 parent 3fb70f7 commit cf3f226

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • infrastructure/modules/container-app

infrastructure/modules/container-app/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module "key_vault_reader_role_infra" {
3030
locals {
3131
all_identity_ids = compact(concat(
3232
[var.acr_managed_identity_id],
33-
33+
var.user_assigned_identity_ids,
3434
[module.container_app_identity.id]
3535
))
3636
}

0 commit comments

Comments
 (0)