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: docs/content/accelerator/starter-terraform/options/ip-addresses.md
+84-1Lines changed: 84 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,87 @@ The example configuration files that include connectivity include an out of the
8
8
9
9
In order to update the IP ranges, you can update the `custom_replacements` > `names` block setting that includes the IP ranges. For example if you prefer to use `172.16` or `192.168`, they could update the ranges as follows:
10
10
11
-
{{< include file="/static/examples/tf/accelerator/config/custom_replacements.names.ip_ranges.tfvars" language="terraform" >}}
11
+
{{< highlight terraform "linenos=table" >}}
12
+
#####################################
13
+
### Hub and Spoke Virtual Network ###
14
+
#####################################
15
+
16
+
# Example of 172.16 IP ranges for a hub and spoke Virtual Network
17
+
# NOTE: The 172.16 prefix is only suitable for medium sized deployments as it only supports 1,000,000 ip addresses
0 commit comments