Releases: vmware/terraform-provider-vra
Releases · vmware/terraform-provider-vra
v0.2.1
v0.2.0
- Update install docs per latest version of provider (#188)
- Reauthorize refresh_token after 401 and other changes
- Fix lint errors
- Allow project not to share resources (#187)
- Added new resource content_source, also fix for region_enumeration (#151)
- Add a reauthorize_timeout to the provider configuration
- Add check for GITHUB_TOKEN environment variable in release script (#193)
- Add functionality to publish a blueprint into Service Broker catalog (#177)
- Run "gofmt -s" over code for simplification and consistency (#195)
v0.1.9
- Display errors from APIs for most failures without having to run in Debug mode (#180)
- Fix error in
vra_deployment
resource withcatalog_item_id
(#180) - Add support for cpu, memory and storage limits in
vra_project
resource (#185) - Associate NSX-T/V cloud accounts while creating
vra_cloud_account_vsphere
resource (#184) - Fail early if deployment update action is requested but not available (#183)
- Persist
vra_deployment
id even if deployment fails after it starts (#182) - Increase request timeouts for VMC and vSphere region enumeration data sources and
vra_deployment
refreshes (#181) - Add version information to provider binary (#172)
- Add individual region enumeration data sources for different cloud accounts (#169)
- data
vra_region_enumeration_aws
- data
vra_region_enumeration_azure
- data
vra_region_enumeration_gcp
- data
vra_region_enumeration_vmc
- data
vra_region_enumeration_vsphere
- data
- Fix errors in
vra_region_enumeration
data source (#168) - Add
output
samples in deployment examples (#167) - Add support for
shared_resources
in project (#164) - Update get_token and install_provider docs (#163)
- Add support for resize block device (#150)
v0.1.8
Release v0.1.7
Release v0.1.6
- Add deployment id to allow grouping multiple resources (#117)
- Update machine doc and multiple resources deployment example doc (#118)
- Recreate machine resource when image is updated
- Fix project data source (#110) (#126)
- Add blueprint resource and data source (#99) (#104) (#129)
- Resize block device using deployment actions (#130)
Release v0.1.5
v0.1.5
Release v0.1.4
Fix nil reference access (#106) Signed-off-by: Deepak Mettem <[email protected]>