|
2 | 2 |
|
3 | 3 | This example configures a single simple VPC inside of a project. |
4 | 4 |
|
5 | | -This VPC has two subnets, with the first subnet being given a single secondary range. |
| 5 | +This VPC has two subnets, with no secondary ranges. |
6 | 6 |
|
7 | 7 | [^]: (autogen_docs_start) |
8 | 8 |
|
9 | | - |
10 | 9 | ## Inputs |
11 | 10 |
|
12 | 11 | | Name | Description | Type | Default | Required | |
13 | 12 | |------|-------------|:----:|:-----:|:-----:| |
14 | | -| project_id | The project ID to host the network in | string | - | yes | |
| 13 | +| project\_id | The project ID to host the network in | string | - | yes | |
15 | 14 |
|
16 | 15 | ## Outputs |
17 | 16 |
|
18 | 17 | | Name | Description | |
19 | 18 | |------|-------------| |
20 | | -| network_name | The name of the VPC being created | |
21 | | -| network_self_link | The URI of the VPC being created | |
22 | | -| subnets_flow_logs | Whether the subnets will have VPC flow logs enabled | |
23 | | -| subnets_ips | The IP and cidrs of the subnets being created | |
24 | | -| subnets_names | The names of the subnets being created | |
25 | | -| subnets_private_access | Whether the subnets will have access to Google API's without a public IP | |
26 | | -| subnets_regions | The region where subnets will be created | |
27 | | -| subnets_secondary_ranges | The secondary ranges associated with these subnets | |
| 19 | +| network\_name | The name of the VPC being created | |
| 20 | +| network\_self\_link | The URI of the VPC being created | |
28 | 21 | | routes | The routes associated with this VPC | |
| 22 | +| subnets\_flow\_logs | Whether the subnets will have VPC flow logs enabled | |
| 23 | +| subnets\_ips | The IP and cidrs of the subnets being created | |
| 24 | +| subnets\_names | The names of the subnets being created | |
| 25 | +| subnets\_private\_access | Whether the subnets will have access to Google API's without a public IP | |
| 26 | +| subnets\_regions | The region where subnets will be created | |
| 27 | +| subnets\_secondary\_ranges | The secondary ranges associated with these subnets | |
29 | 28 |
|
30 | 29 | [^]: (autogen_docs_end) |
0 commit comments