@@ -113,6 +113,7 @@ resource "google_compute_route" "route1" {
113
113
114
114
The following arguments are supported:
115
115
116
+
116
117
* ` name ` -
117
118
(Required)
118
119
Name of the resource. The name must be 1-63 characters long, and
@@ -122,47 +123,56 @@ The following arguments are supported:
122
123
must be a lowercase letter, and all following characters must
123
124
be a dash, lowercase letter, or digit,
124
125
except the last character, which cannot be a dash.
126
+
125
127
* ` target_vpn_gateway ` -
126
128
(Required)
127
129
URL of the Target VPN gateway with which this VPN tunnel is
128
130
associated.
131
+
129
132
* ` peer_ip ` -
130
133
(Required)
131
134
IP address of the peer VPN gateway. Only IPv4 is supported.
135
+
132
136
* ` shared_secret ` -
133
137
(Required)
134
138
Shared secret used to set the secure session between the Cloud VPN
135
139
gateway and the peer VPN gateway.
136
140
137
-
138
141
- - -
139
142
143
+
140
144
* ` description ` -
141
145
(Optional)
142
146
An optional description of this resource.
147
+
143
148
* ` router ` -
144
149
(Optional)
145
150
URL of router resource to be used for dynamic routing.
151
+
146
152
* ` ike_version ` -
147
153
(Optional)
148
154
IKE protocol version to use when establishing the VPN tunnel with
149
155
peer VPN gateway.
150
156
Acceptable IKE versions are 1 or 2. Default version is 2.
157
+
151
158
* ` local_traffic_selector ` -
152
159
(Optional)
153
160
Local traffic selector to use when establishing the VPN tunnel with
154
161
peer VPN gateway. The value should be a CIDR formatted string,
155
162
for example ` 192.168.0.0/16 ` . The ranges should be disjoint.
156
163
Only IPv4 is supported.
164
+
157
165
* ` remote_traffic_selector ` -
158
166
(Optional)
159
167
Remote traffic selector to use when establishing the VPN tunnel with
160
168
peer VPN gateway. The value should be a CIDR formatted string,
161
169
for example ` 192.168.0.0/16 ` . The ranges should be disjoint.
162
170
Only IPv4 is supported.
171
+
163
172
* ` labels ` -
164
173
(Optional)
165
174
Labels to apply to this VpnTunnel.
175
+
166
176
* ` region ` -
167
177
(Optional)
168
178
The region where the tunnel is located.
@@ -174,13 +184,17 @@ The following arguments are supported:
174
184
175
185
In addition to the arguments listed above, the following computed attributes are exported:
176
186
187
+
177
188
* ` creation_timestamp ` -
178
189
Creation timestamp in RFC3339 text format.
190
+
179
191
* ` shared_secret_hash ` -
180
192
Hash of the shared secret.
193
+
181
194
* ` label_fingerprint ` -
182
195
The fingerprint used for optimistic locking of this resource. Used
183
196
internally during updates.
197
+
184
198
* ` detailed_status ` -
185
199
Detailed status message for the VPN tunnel.
186
200
* ` self_link ` - The URI of the created resource.
0 commit comments