Skip to content

Commit 25559a2

Browse files
committed
tf
1 parent 833700e commit 25559a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

infrastructure/terraform/main.tf

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ resource "azurerm_container_app" "manage-breast-screening-django" {
5959
resource_group_name = azurerm_resource_group.colin_spike.name
6060
revision_mode = "Single"
6161

62+
identity {
63+
type = "SystemAssigned"
64+
}
65+
6266
dynamic "secret" {
6367
for_each = data.azurerm_key_vault_secrets.app.secrets
6468
content {

0 commit comments

Comments
 (0)