Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 31e0bcb

Browse files
initial function app config
1 parent 3bec701 commit 31e0bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/tf-core/function_app.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module "functionapp" {
1414
app_service_logs_retention_period_days = var.function_apps.app_service_logs_retention_period_days
1515
app_settings = each.value.app_settings
1616
asp_id = module.app-service-plan["${each.value.app_service_plan_key}-${each.value.region}"].app_service_plan_id
17-
assigned_identity_ids = var.function_apps.cont_registry_use_mi ? [data.azurerm_user_assigned_identity.acr_mi.id] : []
17+
assigned_identity_ids = []
1818
cont_registry_use_mi = var.function_apps.cont_registry_use_mi
1919
# azuread_group_ids = each.value.azuread_group_ids
2020
function_app_slots = var.function_app_slots

0 commit comments

Comments
 (0)