You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: variables.tf
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -215,13 +215,13 @@ variable vnet_service_id {
215
215
variablevnet_address_space {
216
216
type=list(string)
217
217
description="(Optional) The address space that is used the virtual network. You can supply more than one address space. Changing this forces a new resource to be created."
218
-
default=["10.0.0.0/21"]
218
+
default=["172.16.0.0/18"]
219
219
}
220
220
221
221
variablevnet_service_cidr {
222
222
type=string
223
223
description="(Optional) The service cidr"
224
-
default="10.0.2.0/23"
224
+
default="172.16.32.0/20"
225
225
}
226
226
227
227
variablevnet_dns_servers {
@@ -250,14 +250,9 @@ variable vnet_subnets {
250
250
}))
251
251
description="(Optional) Creates the given subnets in the VNET. IMPORTANT: Services subnet should be the second Subnet in this list, as the network_profile is assuming this."
0 commit comments