Skip to content

Commit 19a1256

Browse files
Update Subnetwork.yaml (#8282) (#15100)
Signed-off-by: Modular Magician <[email protected]>
1 parent 2f570d7 commit 19a1256

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.changelog/8282.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```release-note:none
2+
```

google/services/compute/resource_compute_subnetwork.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,10 @@ access Google APIs and services by using Private Google Access.`,
204204
Computed: true,
205205
Optional: true,
206206
ForceNew: true,
207-
Description: `The purpose of the resource. This field can be either 'PRIVATE_RFC_1918', 'INTERNAL_HTTPS_LOAD_BALANCER' or 'REGIONAL_MANAGED_PROXY'.
207+
Description: `The purpose of the resource. This field can be either 'PRIVATE_RFC_1918', 'INTERNAL_HTTPS_LOAD_BALANCER', 'REGIONAL_MANAGED_PROXY', or 'PRIVATE_SERVICE_CONNECT'.
208208
A subnetwork with purpose set to 'INTERNAL_HTTPS_LOAD_BALANCER' is a user-created subnetwork that is reserved for Internal HTTP(S) Load Balancing.
209209
A subnetwork in a given region with purpose set to 'REGIONAL_MANAGED_PROXY' is a proxy-only subnet and is shared between all the regional Envoy-based load balancers.
210+
A subnetwork with purpose set to 'PRIVATE_SERVICE_CONNECT' reserves the subnet for hosting a Private Service Connect published service.
210211
If unspecified, the purpose defaults to 'PRIVATE_RFC_1918'.
211212
The enableFlowLogs field isn't supported with the purpose field set to 'INTERNAL_HTTPS_LOAD_BALANCER'.`,
212213
},

website/docs/r/compute_subnetwork.html.markdown

+2-1
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,10 @@ The following arguments are supported:
223223

224224
* `purpose` -
225225
(Optional)
226-
The purpose of the resource. This field can be either `PRIVATE_RFC_1918`, `INTERNAL_HTTPS_LOAD_BALANCER` or `REGIONAL_MANAGED_PROXY`.
226+
The purpose of the resource. This field can be either `PRIVATE_RFC_1918`, `INTERNAL_HTTPS_LOAD_BALANCER`, `REGIONAL_MANAGED_PROXY`, or `PRIVATE_SERVICE_CONNECT`.
227227
A subnetwork with purpose set to `INTERNAL_HTTPS_LOAD_BALANCER` is a user-created subnetwork that is reserved for Internal HTTP(S) Load Balancing.
228228
A subnetwork in a given region with purpose set to `REGIONAL_MANAGED_PROXY` is a proxy-only subnet and is shared between all the regional Envoy-based load balancers.
229+
A subnetwork with purpose set to `PRIVATE_SERVICE_CONNECT` reserves the subnet for hosting a Private Service Connect published service.
229230
If unspecified, the purpose defaults to `PRIVATE_RFC_1918`.
230231
The enableFlowLogs field isn't supported with the purpose field set to `INTERNAL_HTTPS_LOAD_BALANCER`.
231232

0 commit comments

Comments
 (0)