Skip to content

Commit 0f6ff10

Browse files
added GOOGLE_CLOUD_NETAPP_VOLUMES to google_vmwareengine_network_peering (#14540) (#10363)
[upstream:ab923c8c57704663a42c375ab0ccb4df2202b1a0] Signed-off-by: Modular Magician <[email protected]>
1 parent d426a62 commit 0f6ff10

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.changelog/14540.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
vmwareengine: added `GOOGLE_CLOUD_NETAPP_VOLUMES` peering type to resource `google_vmwareengine_network_peering`
3+
```

google-beta/services/vmwareengine/resource_vmwareengine_network_peering.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ The provided network can be a consumer VPC network or another standard VMware En
7171
"peer_network_type": {
7272
Type: schema.TypeString,
7373
Required: true,
74-
ValidateFunc: verify.ValidateEnum([]string{"STANDARD", "VMWARE_ENGINE_NETWORK", "PRIVATE_SERVICES_ACCESS", "NETAPP_CLOUD_VOLUMES", "THIRD_PARTY_SERVICE", "DELL_POWERSCALE"}),
75-
Description: `The type of the network to peer with the VMware Engine network. Possible values: ["STANDARD", "VMWARE_ENGINE_NETWORK", "PRIVATE_SERVICES_ACCESS", "NETAPP_CLOUD_VOLUMES", "THIRD_PARTY_SERVICE", "DELL_POWERSCALE"]`,
74+
ValidateFunc: verify.ValidateEnum([]string{"STANDARD", "VMWARE_ENGINE_NETWORK", "PRIVATE_SERVICES_ACCESS", "NETAPP_CLOUD_VOLUMES", "THIRD_PARTY_SERVICE", "DELL_POWERSCALE", "GOOGLE_CLOUD_NETAPP_VOLUMES"}),
75+
Description: `The type of the network to peer with the VMware Engine network. Possible values: ["STANDARD", "VMWARE_ENGINE_NETWORK", "PRIVATE_SERVICES_ACCESS", "NETAPP_CLOUD_VOLUMES", "THIRD_PARTY_SERVICE", "DELL_POWERSCALE", "GOOGLE_CLOUD_NETAPP_VOLUMES"]`,
7676
},
7777
"vmware_engine_network": {
7878
Type: schema.TypeString,

website/docs/r/vmwareengine_network_peering.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The following arguments are supported:
8888
* `peer_network_type` -
8989
(Required)
9090
The type of the network to peer with the VMware Engine network.
91-
Possible values are: `STANDARD`, `VMWARE_ENGINE_NETWORK`, `PRIVATE_SERVICES_ACCESS`, `NETAPP_CLOUD_VOLUMES`, `THIRD_PARTY_SERVICE`, `DELL_POWERSCALE`.
91+
Possible values are: `STANDARD`, `VMWARE_ENGINE_NETWORK`, `PRIVATE_SERVICES_ACCESS`, `NETAPP_CLOUD_VOLUMES`, `THIRD_PARTY_SERVICE`, `DELL_POWERSCALE`, `GOOGLE_CLOUD_NETAPP_VOLUMES`.
9292

9393
* `vmware_engine_network` -
9494
(Required)

0 commit comments

Comments
 (0)