Skip to content

Releases: vmware/terraform-provider-vcf

v0.6.0

23 Nov 15:04
ff6a17a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

09 Oct 08:07
1b67039
Compare
Choose a tag to compare

FEATURES:

  • Add support for management domain deployment (bringup) #38

Note
Provider has two mutually exclusive modes of operation: Cloud Builder mode (for bring-up) and SDDC Manager mode.

Full Changelog: v0.4.0...v0.5.0

v0.4.0

09 Sep 07:09
09d2fda
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Removed the attribute "host_id" from the "vcf_host" resource and replaced it with just "id" as per Terraform standard practice. This way users can refer to the Host UUID (in cluster host spec for example) in the standard way, e.g. "vcf_host.host1.id"
  • Replaced attribute "nsx_cluster_ref" from the "vcf_domain" datasource with a richer "nsx_configuration", that additionally contains IPs, Names and DNS Names of NSX-T Manager Nodes
  • Renamed attribute "nsx_configuration.nsx_manager_node.dns_name" in "vcf_domain" to "nsx_configuration.nsx_manager_node.fqdn" for clarity
  • Renamed attribute "vcenter" to "vcenter_configuration" in "vcf_domain" resource and "vcf_domain" datasource
  • Replaced attribute "dns_name" in "vcenter_configuration" in "vcf_domain" resource with "fqdn"
  • Replaced attribute "vcenter_fqdn" and "vcenter_id from the "vcf_domain" datasource with "vcenter_configuration" subresource, that contains "id" and "fqdn" attributes.

FEATURES:

  • Extend support for host resource: import #36
  • Add support for workload domain resource: import #35
  • Add support for configuration of NSX host TEP pool (static / DHCP) in r/vcf_domain #54

Note: Management domain cannot be imported, but can be used as datasource

BUG FIXES:

  • Include "domain_id" attribute to both imported cluster and cluster datasource #49

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

22 Aug 08:07
40c7817
Compare
Choose a tag to compare

Release Date: 2023-08-22

🏗️ Features:

  • Added support for workload domain cluster resource: read, add, update, delete. #32
  • Added support for workload domain cluster data source. #32
  • Extended support for workload domain cluster resource: import. #33
  • Extended support for workload domain cluster: expand and contract. #37

🐛 Bug Fixes:

  • Fixed validation_utils.IsEmpty not checking for boolean values. #46

v0.2.0

25 Jul 09:40
bef59da
Compare
Choose a tag to compare

Basic support for Create/Destroy of workload domains and their use as datasource

v0.1.0

05 Jun 14:33
4d3cfa0
Compare
Choose a tag to compare

Initial release, adding support for commissioning/decommissioning hosts, creating/destroying
network pools, creating/destroying SSO user, turning on/off the telemetry (CEIP)