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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,17 +93,17 @@ Then perform the following commands on the root folder:
93
93
## Inputs
94
94
95
95
| Name | Description | Type | Default | Required |
96
-
|------|-------------|:----:|:-----:|:-----:|
97
-
| 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 |
98
-
| 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 | bool |`"false"`| no |
99
-
| description | An optional description of this resource. The resource must be recreated to modify this field. | string |`""`| no |
100
-
| network\_name | The name of the network being created |string| n/a | yes |
101
-
| project\_id | The ID of the project where this VPC will be created |string| n/a | yes |
102
-
| routes | List of routes being created in this VPC | list(map(string)) |`<list>`| no |
103
-
| routing\_mode | The network routing mode (default 'GLOBAL') | string |`"GLOBAL"`| no |
104
-
| secondary\_ranges | Secondary ranges that will be used in some of the subnets | object|`<map>`| no |
105
-
| shared\_vpc\_host | Makes this project a Shared VPC host if 'true' (default 'false') | bool |`"false"`| no |
106
-
| subnets | The list of subnets being created | list(map(string)) | n/a | yes |
| 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 |
98
+
| 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 |`bool`|`false`| no |
99
+
| description | An optional description of this resource. The resource must be recreated to modify this field. |`string`|`""`| no |
100
+
| network\_name | The name of the network being created |`any`| n/a | yes |
101
+
| project\_id | The ID of the project where this VPC will be created |`any`| n/a | yes |
102
+
| routes | List of routes being created in this VPC |`list(map(string))`|`[]`| no |
103
+
| routing\_mode | The network routing mode (default 'GLOBAL') |`string`|`"GLOBAL"`| no |
104
+
| secondary\_ranges | Secondary ranges that will be used in some of the subnets |`map(list(object({ range_name = string, ip_cidr_range = string })))`|`{}`| no |
105
+
| shared\_vpc\_host | Makes this project a Shared VPC host if 'true' (default 'false') |`bool`|`false`| no |
106
+
| subnets | The list of subnets being created |`list(map(string))`| n/a | yes |
107
107
108
108
## Outputs
109
109
@@ -114,7 +114,7 @@ Then perform the following commands on the root folder:
114
114
| network\_self\_link | The URI of the VPC being created |
115
115
| project\_id | VPC project id |
116
116
| route\_names | The route names associated with this VPC |
117
-
| subnets | A map with keys of form subnet_region/subnet_name and values being the outputs of the google_compute_subnetwork resources used to create corresponding subnets. |
117
+
| subnets | A map with keys of form subnet\_region/subnet\_name and values being the outputs of the google\_compute\_subnetwork resources used to create corresponding subnets. |
118
118
| subnets\_flow\_logs | Whether the subnets will have VPC flow logs enabled |
119
119
| subnets\_ips | The IPs and CIDRs of the subnets being created |
120
120
| subnets\_names | The names of the subnets being created |
0 commit comments