FEATURES
- New Resource:
vcd_cse_kubernetes_cluster
to create and manage Kubernetes clusters in a VCD with Container Service Extension 4.2.1, 4.2.0, 4.1.1 or 4.1.0 installed and running (#1195, #1218, #1222) - New Data Source:
vcd_cse_kubernetes_cluster
to read Kubernetes clusters from a VCD with Container Service Extension 4.2.1, 4.2.0, 4.1.1 or 4.1.0 installed and running (#1195, #1218, #1222) - New Data Source:
vcd_version
to get the VCD version and perform additional checks with version constraints (#1195, #1218)
IMPROVEMENTS
- Resource
vcd_provider_vdc
adds ability of creating a provider VDC without network pool or NSX-T manager (issue #1186) (#1220) - Add route advertisement support to
vcd_network_routed_v2
via fieldroute_advertisement_enabled
(#1203) vcd_vapp_vm
andvcd_vm
add fieldconsolidate_disks_on_create
that helps to change template
disk sizes usingoverride_template_disk
in fast provisioned VDCs (#1206)vcd_vapp_vm
andvcd_vm
add support for VM Copy operation by usingcopy_from_vm_id
field
(#1210, #1218, #1219)- Resources and data sources
vcd_vapp_vm
/vcd_vm
expose computed fieldvapp_id
(#1215) - Resource
vcd_catalog_vapp_template
supports creating templates from existing vApps and
standalone VMs using newcapture_vapp
configuration block (#1215) - Resource
vcd_catalog_vapp_template
exposes attributecatalog_item_id
for related Catalog Item
ID (#1215, #1219)
BUG FIXES
- Fix Issue #1121 Portgroup backed network pool can't have a data source (#1220)
DEPRECATIONS
- Resource
vcd_cse_kubernetes_cluster
deprecates the Container Service Extension cluster management guide,
so users should not usevcd_rde
resources to create a Kubernetes cluster anymore (#1195)
NOTES
- Bump terraform-plugin-sdk to v2.31.0 (#1193)
- Bump
go-vcloud-director
to v2.23.0 (SDK this provider uses for low level access
to the VCD) (#1225)