Releases: vmware/terraform-provider-vcf
Releases · vmware/terraform-provider-vcf
v0.6.0
What's Changed
- Implementation of Certificate Authority resource by @dimitarproynov in #72
- Fix ntp_servers validation by @dimitarproynov in #78
- fix: update examples by @LifeOfBrianOC in #79
- Implement CSR resource. by @dimitarproynov in #83
- Implement certificate rotation with internal and external CA by @dimitarproynov in #86
New Contributors
- @LifeOfBrianOC made their first contribution in #79
Full Changelog: v0.5.0...v0.6.0
v0.5.0
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
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
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
Basic support for Create/Destroy of workload domains and their use as datasource
v0.1.0
Initial release, adding support for commissioning/decommissioning hosts, creating/destroying
network pools, creating/destroying SSO user, turning on/off the telemetry (CEIP)