Releases: vmware/terraform-provider-vmc
Releases · vmware/terraform-provider-vmc
v1.15.1
What's Changed
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #217
v1.15
v1.14
v1.13.3
v1.13.2
v1.13.1
v1.13.0
v1.12.1
v1.12.0
Features:
- Added support for Sddc Groups by @dimitarproynov in #163
v1.11.0
v1.11.0
FEATURES:
-
num_hosts
property on SDDC now shows and controls the number of hosts in the primary cluster (created by default with an SDDC). Previously there was no way to scale up/down the number of hosts in the primary cluster -
Cluster operations like Create/Update/Destroy on more than one cluster can now be initiated simultaneously, without the need for depends_on=[]
-
Error reporting improvements
-
Release process improvements
BUG FIXES: -
EDRS settings are not truly "Optional" #151
-
Lack of multi-cluster SDDC support in "resourceSddcUpdate" function #155
-
vmc_cluster resource tries to create new clusters simultaneously and fails #160