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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ module "vpc" {
44
44
45
45
subnet-02 = []
46
46
}
47
-
47
+
48
48
routes = [
49
49
{
50
50
name = "egress-internet"
@@ -105,7 +105,7 @@ The routes list contains maps, where each object represents a route. For the nex
105
105
| name | The name of the route being created | string | - | no |
106
106
| description | The description of the route being created | string | - | no |
107
107
| tags | The network tags assigned to this route. This is a list in string format. Eg. "tag-01,tag-02"| string | - | yes |
108
-
| destination_range | The destination range of outgoing packets that this route applies to. Only IPv4 is supported | string | - | yes
108
+
| destination_range | The destination range of outgoing packets that this route applies to. Only IPv4 is supported | string | - | yes
109
109
| next_hop_internet | Whether the next hop to this route will the default internet gateway. Use "true" to enable this as next hop | string | - | yes |
110
110
| next_hop_ip | Network IP address of an instance that should handle matching packets | string | - | yes |
111
111
| next_hop_instance | URL or name of an instance that should handle matching packets. If just name is specified "next_hop_instance_zone" is required | string | - | yes |
@@ -120,6 +120,7 @@ The routes list contains maps, where each object represents a route. For the nex
120
120
| network_name | The name of the VPC being created |
121
121
| network_self_link | The URI of the VPC being created |
122
122
| subnets_ips | The IPs and CIDRs of the subnets being created |
123
+
| subnets_self_links | The `self_link`s of the subnets being created |
123
124
| subnets_names | The names of the subnets being created |
124
125
| subnets_private_access | Whether the subnets will have access to Google API's without a public IP |
125
126
| subnets_flow_logs | Whether the subnets will have VPC flow logs enabled |
0 commit comments