This repository was archived by the owner on Jul 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ resources:
1414 - repository : dtos-devops-templates
1515 type : github
1616 name : NHSDigital/dtos-devops-templates
17- ref : fix/function-app-acr-is-optional
17+ ref : feat/DTOSS-9131-deploy-Service-Layer-infra
1818 endpoint : NHSDigital
1919
2020variables :
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ 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 = []
1817 cont_registry_use_mi = var. function_apps . cont_registry_use_mi
1918 # azuread_group_ids = each.value.azuread_group_ids
2019 function_app_slots = var. function_app_slots
@@ -50,6 +49,7 @@ module "functionapp" {
5049/* -------------------------------------------------------------------------------------------------
5150 Local variables used to create the Environment Variables for the Function Apps
5251-------------------------------------------------------------------------------------------------- */
52+
5353locals {
5454 primary_region = [for k , v in var . regions : k if v . is_primary_region ][0 ]
5555
You can’t perform that action at this time.
0 commit comments