github hashicorp/terraform-provider-vsphere v2.1.1

latest releases: v2.9.2, v2.9.1, v2.9.0...
2 years ago

If you are using v2.1.0, please upgrade to this new version as soon as possible.

BUG FIXES:

  • resource/compute_cluster: Revert (#1432) switching vsan_disk_group back to TypeList. Switching from TypeList to TypeSet is a sore spot when it comes to what is considered a breaking change to provider configuration. Generally we accept that users may use list indices within their config. When this attribute switched to TypeSet this caused a breaking change for configurations doing that, as TypeSet is indexed by a hash value that Terraform calculates. Furthermore other code around type assertions was not changed and this attribute actually crashed the provider in v2.1.0, we will address the now re-opened (#1205) in v3.0.0 of the provider. (#1615)

FEATURES:

  • resource/virtual_machine: Adds support to check the power state of the resource. (#1407)

Don't miss a new terraform-provider-vsphere release

NewReleases is sending notifications on new releases.