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
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,28 +117,27 @@ The subnets list contains maps, where each object represents a subnet. Each map
117
117
118
118
| Name | Description | Type | Default | Required |
119
119
|------|-------------|:----:|:-----:|:-----:|
120
-
| subnet_name | The name of the subnet being created | string | - | yes |
121
-
| subnet_ip | The IP and CIDR range of the subnet being created | string | - | yes |
122
-
| subnet_region | The region where the subnet will be created | string | - | yes |
123
-
| subnet_private_access | Whether this subnet will have private Google access enabled | string | false | no |
124
-
| subnet_flow_logs | Whether the subnet will record and send flow log data to logging | string | false | no |
125
-
| description | The description of the subnet being created | string | null | no |
120
+
| subnet\_name | The name of the subnet being created | string | - | yes |
121
+
| subnet\_ip | The IP and CIDR range of the subnet being created | string | - | yes |
122
+
| subnet\_region | The region where the subnet will be created | string | - | yes |
123
+
| subnet\_private\_access | Whether this subnet will have private Google access enabled | string |`"false"`| no |
124
+
| subnet\_flow\_logs | Whether the subnet will record and send flow log data to logging | string |`"false"`| no |
126
125
127
126
### Route Inputs
128
-
The routes list contains maps, where each object represents a route. For the next_hop_* inputs, only one is possible to be used in each route. Having two next_hop_* inputs will produce an error. Each map has the following inputs (please see examples folder for additional references):
127
+
The routes list contains maps, where each object represents a route. For the next\_hop\_* inputs, only one is possible to be used in each route. Having two next_hop_* inputs will produce an error. Each map has the following inputs (please see examples folder for additional references):
129
128
130
129
| Name | Description | Type | Default | Required |
131
130
|------|-------------|:----:|:-----:|:-----:|
132
131
| name | The name of the route being created | string | - | no |
133
132
| description | The description of the route being created | string | - | no |
134
133
| tags | The network tags assigned to this route. This is a list in string format. Eg. "tag-01,tag-02"| string | - | yes |
135
-
| destination_range | The destination range of outgoing packets that this route applies to. Only IPv4 is supported | string | - | yes
136
-
|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 |
137
-
|next_hop_ip| Network IP address of an instance that should handle matching packets | string | - | yes |
138
-
|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 |
139
-
|next_hop_instance_zone| The zone of the instance specified in next_hop_instance. Only required if next_hop_instance is specified as a name | string | - | no |
140
-
|next_hop_vpn_tunnel| URL to a VpnTunnel that should handle matching packets | string | - | yes |
141
-
| priority | The priority of this route. Priority is used to break ties in cases where there is more than one matching route of equal prefix length. In the case of two routes with equal prefix length, the one with the lowest-numbered priority value wins | string | 1000 | yes |
134
+
| destination\_range | The destination range of outgoing packets that this route applies to. Only IPv4 is supported | string | - | yes
135
+
|next\_hop\_internet| Whether the next hop to this route will the default internet gateway. Use "true" to enable this as next hop | string |`"false"`| yes |
136
+
|next\_hop\_ip| Network IP address of an instance that should handle matching packets | string | - | yes |
137
+
|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 |
138
+
|next\_hop\_instance\_zone| The zone of the instance specified in next\_hop\_instance. Only required if next\_hop\_instance is specified as a name | string | - | no |
139
+
|next\_hop\_vpn\_tunnel| URL to a VpnTunnel that should handle matching packets | string | - | yes |
140
+
| priority | The priority of this route. Priority is used to break ties in cases where there is more than one matching route of equal prefix length. In the case of two routes with equal prefix length, the one with the lowest-numbered priority value wins | string |`"1000"`| yes |
Copy file name to clipboardExpand all lines: modules/fabric-net-svpc-access/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This module allows configuring service project access to a Shared VPC, created w
5
5
- attaching service projects to the Shared VPC host project
6
6
- assigning IAM roles for each Shared VPC subnet
7
7
8
-
Full details on service project configuration can be found in the Google Cloud documentation on *[Provisioning Shared VPC](https://cloud.google.com/vpc/docs/provisioning-shared-vpc)*, and to *[Setting up clusters with Shared VPC](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-shared-vpc)*. Details and use cases of using service accounts as role recipients for Shared VPC are in the *[Service accounts as project admins](https://cloud.google.com/vpc/docs/provisioning-shared-vpc#sa-as-spa)* section of the first document above.
8
+
Full details on service project configuration can be found in the Google Cloud documentation on *[Provisioning Shared VPC](https://cloud.google.com/vpc/docs/provisioning-shared-vpc)*, and to *[Setting up clusters with Shared VPC](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-shared-vpc)*. Details and use cases of using service accounts as role recipients for Shared VPC are in the *[Service accounts as project admins](https://cloud.google.com/vpc/docs/provisioning-shared-vpc#sa-as-spa)* section of the first document above.
0 commit comments