@@ -11,6 +11,7 @@ features = {
1111 public_network_access_enabled = false
1212}
1313
14+ # these will be merged with compliance tags in locals.tf
1415tags = {
1516 Environment = " non-functional testing"
1617}
@@ -47,9 +48,12 @@ regions = {
4748 cidr_newbits = 8
4849 cidr_offset = 5
4950 }
50- container-app-db-management-4 = {
51+ container-app-db-management = {
5152 cidr_newbits = 7
5253 cidr_offset = 6
54+ delegation_name = " Microsoft.App/environments"
55+ service_delegation_name = " Microsoft.App/environments"
56+ service_delegation_actions = [" Microsoft.Network/virtualNetworks/subnets/action" ]
5357 }
5458 }
5559 }
@@ -144,13 +148,6 @@ app_service_plan = {
144148 capacity_min = " 1"
145149 capacity_max = " 4"
146150 capacity_def = " 2"
147-
148- inc_threshold = 5
149- dec_threshold = 5
150- inc_scale_value = 2
151-
152- dec_scale_type = " ChangeCount"
153- dec_scale_value = 1
154151 }
155152 }
156153 }
@@ -195,16 +192,16 @@ app_service_plan = {
195192
196193container_app_environments = {
197194 instances = {
198- db-management-4 = {
195+ db-management = {
199196 zone_redundancy_enabled = false
200197 }
201198 }
202199}
203200
204201container_app_jobs = {
205202 apps = {
206- db-management-4 = {
207- container_app_environment_key = " db-management-4 "
203+ db-management = {
204+ container_app_environment_key = " db-management"
208205 docker_env_tag = " nft"
209206 docker_image = " cohort-manager-db-migration"
210207 container_registry_use_mi = true
@@ -1100,6 +1097,7 @@ function_apps = {
11001097 AcceptableLatencyThresholdMs = " 500"
11011098 }
11021099 }
1100+
11031101 ReferenceDataService = {
11041102 name_suffix = " reference-data-service"
11051103 function_endpoint_name = " ReferenceDataService"
0 commit comments