Skip to content

Commit c021081

Browse files
authored
allowed_locations for slz (#6)
1 parent 27c858b commit c021081

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ module "management_groups" {
120120
"ama_mdfc_sql_data_collection_rule_id" = jsonencode({ value = local.ama_mdfc_sql_data_collection_rule_id })
121121
"ama_vm_insights_data_collection_rule_id" = jsonencode({ value = local.ama_vm_insights_data_collection_rule_id })
122122
"log_analytics_workspace_id" = jsonencode({ value = local.log_analytics_workspace_id })
123+
"allowed_locations" = jsonencode({ value = ["uksouth", "ukwest"] })
123124
}
124125

125126
subscription_placement = {

0 commit comments

Comments
 (0)