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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ Then perform the following commands on the root folder:
84
84
| Name | Description | Type | Default | Required |
85
85
|------|-------------|:----:|:-----:|:-----:|
86
86
| auto\_create\_subnetworks | When set to true, the network is created in 'auto subnet mode' and it will create a subnet for each region automatically across the 10.128.0.0/9 address range. When set to false, the network is created in 'custom subnet mode' so the user can explicitly connect subnetwork resources. | bool |`"false"`| no |
87
+
| create\_network | Specify whether to create a new network or just assume it already exists. | string |`"true"`| no |
87
88
| delete\_default\_internet\_gateway\_routes | If set, ensure that all routes within the network specified whose names begin with 'default-route' and with a next hop of 'default-internet-gateway' are deleted | string |`"false"`| no |
88
89
| description | An optional description of this resource. The resource must be recreated to modify this field. | string |`""`| no |
89
90
| network\_name | The name of the network being created | string | n/a | yes |
0 commit comments