We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c858b commit c021081Copy full SHA for c021081
1 file changed
main.tf
@@ -120,6 +120,7 @@ module "management_groups" {
120
"ama_mdfc_sql_data_collection_rule_id" = jsonencode({ value = local.ama_mdfc_sql_data_collection_rule_id })
121
"ama_vm_insights_data_collection_rule_id" = jsonencode({ value = local.ama_vm_insights_data_collection_rule_id })
122
"log_analytics_workspace_id" = jsonencode({ value = local.log_analytics_workspace_id })
123
+ "allowed_locations" = jsonencode({ value = ["uksouth", "ukwest"] })
124
}
125
126
subscription_placement = {
0 commit comments