@@ -18,9 +18,9 @@ Replacements are denoted by the dollar-dollar curly braces token (e.g. $${starte
18
18
You can define custom replacements to use throughout the configuration.
19
19
*/
20
20
custom_replacements = {
21
- /*
21
+ /*
22
22
--- Custom Name Replacements ---
23
- You can define custom names and other strings to use throughout the configuration.
23
+ You can define custom names and other strings to use throughout the configuration.
24
24
You can only use the built in replacements in this section.
25
25
NOTE: You cannot refer to another custom name in this variable.
26
26
*/
@@ -100,9 +100,9 @@ custom_replacements = {
100
100
secondary_private_dns_resolver_subnet_address_prefix = " 10.1.0.160/28"
101
101
}
102
102
103
- /*
103
+ /*
104
104
--- Custom Resource Group Identifier Replacements ---
105
- You can define custom resource group identifiers to use throughout the configuration.
105
+ You can define custom resource group identifiers to use throughout the configuration.
106
106
You can only use the templated variables and custom names in this section.
107
107
NOTE: You cannot refer to another custom resource group identifier in this variable.
108
108
*/
@@ -111,9 +111,9 @@ custom_replacements = {
111
111
ddos_protection_plan_resource_group_id = " /subscriptions/$${subscription_id_connectivity}/resourcegroups/$${ddos_resource_group_name}"
112
112
}
113
113
114
- /*
114
+ /*
115
115
--- Custom Resource Identifier Replacements ---
116
- You can define custom resource identifiers to use throughout the configuration.
116
+ You can define custom resource identifiers to use throughout the configuration.
117
117
You can only use the templated variables, custom names and customer resource group identifiers in this variable.
118
118
NOTE: You cannot refer to another custom resource identifier in this variable.
119
119
*/
@@ -138,7 +138,7 @@ tags = {
138
138
source = " Azure Landing Zones Accelerator"
139
139
}
140
140
141
- /*
141
+ /*
142
142
--- Management Resources ---
143
143
You can use this section to customize the management resources that will be deployed.
144
144
*/
@@ -165,7 +165,7 @@ management_resource_settings = {
165
165
}
166
166
}
167
167
168
- /*
168
+ /*
169
169
--- Management Groups and Policy ---
170
170
You can use this section to customize the management groups and policies that will be deployed.
171
171
You can further configure management groups and policy by supplying a `lib` folder. This is detailed in the Accelerator documentation.
@@ -246,7 +246,7 @@ management_group_settings = {
246
246
}
247
247
}
248
248
249
- /*
249
+ /*
250
250
--- Connectivity - Hub and Spoke Virtual Network ---
251
251
You can use this section to customize the hub virtual networking that will be deployed.
252
252
*/
0 commit comments