Skip to content

Commit

Permalink
azurerm_vmware_private_cloud and azurerm_vmware_cluster adding new sk…
Browse files Browse the repository at this point in the history
…us to validation-#24126 (#24127)

* Updated AVS private cloud sku validation

* updated html docs for sku change
  • Loading branch information
jchancellor-ms authored Dec 6, 2023
1 parent 4f264b4 commit f3edf01
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions internal/services/vmware/vmware_cluster_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ func resourceVmwareCluster() *pluginsdk.Resource {
"av36",
"av36t",
"av36p",
"av36pt",
"av52",
"av52t",
"av64",
}, false),
},

Expand Down
3 changes: 3 additions & 0 deletions internal/services/vmware/vmware_private_cloud_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ func resourceVmwarePrivateCloud() *pluginsdk.Resource {
"av36",
"av36t",
"av36p",
"av36pt",
"av52",
"av52t",
"av64",
}, false),
},

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/vmware_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The following arguments are supported:

* `cluster_node_count` - (Required) The count of the VMware Cluster nodes.

* `sku_name` - (Required) The cluster SKU to use. Possible values are `av20`, `av36`, `av36t`, `av36p` and `av52`. Changing this forces a new VMware Cluster to be created.
* `sku_name` - (Required) The cluster SKU to use. Possible values are `av20`, `av36`, `av36t`, `av36p`, `av36pt`, `av52`, `av52t`, and `av64`. Changing this forces a new VMware Cluster to be created.

## Attributes Reference

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/vmware_private_cloud.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The following arguments are supported:

* `network_subnet_cidr` - (Required) The subnet which should be unique across virtual network in your subscription as well as on-premise. Changing this forces a new VMware Private Cloud to be created.

* `sku_name` - (Required) The Name of the SKU used for this Private Cloud. Possible values are `av20`, `av36`, `av36t`, `av36p` and `av52`. Changing this forces a new VMware Private Cloud to be created.
* `sku_name` - (Required) The Name of the SKU used for this Private Cloud. Possible values are `av20`, `av36`, `av36t`, `av36p`, `av36pt`, `av52`, `av52t`, and `av64`. Changing this forces a new VMware Private Cloud to be created.

* `internet_connection_enabled` - (Optional) Is the Private Cluster connected to the internet? This field can not updated with `management_cluster.0.size` together.
~> **NOTE :** `internet_connection_enabled` and `management_cluster.0.size` cannot be updated at the same time.
Expand Down

0 comments on commit f3edf01

Please sign in to comment.