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
+16-17Lines changed: 16 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,34 +75,33 @@ Then perform the following commands on the root folder:
75
75
76
76
[^]: (autogen_docs_start)
77
77
78
-
79
78
## Inputs
80
79
81
80
| Name | Description | Type | Default | Required |
82
81
|------|-------------|:----:|:-----:|:-----:|
83
-
|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 |
84
-
|network_name| The name of the network being created | string |-| yes |
85
-
|project_id| The ID of the project where this VPC will be created | string |-| yes |
82
+
|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 |
83
+
|network\_name| The name of the network being created | string |n/a| yes |
84
+
|project\_id| The ID of the project where this VPC will be created | string |n/a| yes |
86
85
| routes | List of routes being created in this VPC | list |`<list>`| no |
87
-
|routing_mode| The network routing mode (default 'GLOBAL') | string |`GLOBAL`| no |
88
-
|secondary_ranges| Secondary ranges that will be used in some of the subnets | map |-| yes |
89
-
|shared_vpc_host| Makes this project a Shared VPC host if 'true' (default 'false') | string |`false`| no |
90
-
| subnets | The list of subnets being created | list |-| yes |
86
+
|routing\_mode| The network routing mode (default 'GLOBAL') | string |`"GLOBAL"`| no |
87
+
|secondary\_ranges| Secondary ranges that will be used in some of the subnets | map |n/a| yes |
88
+
|shared\_vpc\_host| Makes this project a Shared VPC host if 'true' (default 'false') | string |`"false"`| no |
89
+
| subnets | The list of subnets being created | list |n/a| yes |
91
90
92
91
## Outputs
93
92
94
93
| Name | Description |
95
94
|------|-------------|
96
-
|network_name| The name of the VPC being created |
97
-
|network_self_link| The URI of the VPC being created |
95
+
|network\_name| The name of the VPC being created |
96
+
|network\_self\_link| The URI of the VPC being created |
98
97
| routes | The routes associated with this VPC |
99
-
|subnets_flow_logs| Whether the subnets will have VPC flow logs enabled |
100
-
|subnets_ips| The IPs and CIDRs of the subnets being created |
101
-
|subnets_names| The names of the subnets being created |
102
-
|subnets_private_access| Whether the subnets will have access to Google API's without a public IP |
103
-
|subnets_regions| The region where the subnets will be created |
104
-
|subnets_secondary_ranges| The secondary ranges associated with these subnets |
105
-
|subnets_self_links| The self-links of subnets being created |
98
+
|subnets\_flow\_logs| Whether the subnets will have VPC flow logs enabled |
99
+
|subnets\_ips| The IPs and CIDRs of the subnets being created |
100
+
|subnets\_names| The names of the subnets being created |
101
+
|subnets\_private\_access| Whether the subnets will have access to Google API's without a public IP |
102
+
|subnets\_regions| The region where the subnets will be created |
103
+
|subnets\_secondary\_ranges| The secondary ranges associated with these subnets |
104
+
|subnets\_self\_links| The self-links of subnets being created |
0 commit comments