BUG FIXES:
- Terraform crash : rpc error: code = Unavailable desc = transport is closing (#59)
- Provider 1.0.0 - Required to specify all values even if there's a default specified in the blueprint (#60)
BUG FIXES:
- Terraform gets only first VM with _number_of_instances or _cluster > 1 (#39)
- Terraform refresh does not work as intended (#38)
- VRA Provider deletes resources from state file before receiving any "SUCCESSFUL" status response from VRA during terraform destroy (#33)
- Terraform apply returns empty ip address (#27)
- IPAddress return is empty with latest release of vRealize Automation (#16)
- Terraform adds resource in state file even though the request_status is "FAILED" (#37)
FEATURES:
- The resource schema is modified to have more attributes for the vra7_deployment resource
- Feature request: Day 2: Change the number of VMs created by the vRA blueprint (#47)
- Does 'import' work? (#29)
- Need to import existing VMs (#43)
- Support Deployment Day 2 Change Lease action (#54)
- Create a data source for vra7_deployment resource (#55)
IMPROVEMENTS:
- Cleanup README
- Show all the data in the state file that is returned from a deployment resource GET (#41)
- Cannot pass array of values in element of deployment_configuration or resource_configuration (#45)
ip_address
can be accessed from the resource_configuration schema as a first class attribute
FEATURES:
IMPROVEMENTS:
BUG FIXES:
- Added logic to pull network info from NETWORK_LIST json in resourceview
- 0.4.0 missed 0.12 support which this release aims to ship with.
FEATURES:
IMPROVEMENTS:
- Upgrade terraform SDK code to v0.12.6 (#26)
BUG FIXES:
FEATURES:
IMPROVEMENTS:
- Updates for terraform 0.12.0. Thanks @skylerto! (#17)
- Changes to make acceptance tests run with v0.12 changes (#18)
- Updates to examples to match return types (#21)
BUG FIXES:
- Cleanup README
- Fix travis tests and changes to pass linting (#10)
- Formatting example code and removing debugging comment (#11)
- Update failure was returning wrong status in the console. (#22)
- The provider should wait for the terminal state or timeout (#24)
FEATURES:
IMPROVEMENTS:
-
Rename dirs/files according to the hashicorp provider's guidelines (#145)
-
Acceptance tests for vra7_deployment resource and fix for issue # 143 (#144)
BUG FIXES:
- Acceptance tests for vra7_deployment resource and fix for issue # 143 (#144)
FEATURES:
IMPROVEMENTS:
- Changes in the tf config file schema (#135)
BUG FIXES:
FEATURES:
IMPROVEMENTS:
-
Refactor code to split provider and SDK (#119)
-
Add more unit tests for the sdk and some refactoring (#128)
BUG FIXES:
- Handle response pagination when fetching catalog item id by name (#134)
FEATURES:
- Add requirement for go 1.11.4 or above (#122)
- Convert from using dep to go modules (#109)
- Adding businessgroup_name in the config file (#94)
- Adding code to check if the component names in the terraform resource… (#88)
- Get VM IP address (#66)
- Update Deployment based on changes to configuration in Terraform file (#27)
- resource_configuration key format verification check (#36)
- Business Group Id resource field (#28)
- Initial Pass at allowing 'description' and 'reasons' to be specified for a deployment (#12)
- #7 Terraform "depends_on" does not wait - wait_timeout resource schema added. (#10)
- Add insecure setting to allow connection with self-signed certs (#3)
IMPROVEMENTS:
- Update README.md (#114)
- Adding a logging framework for more detailed logging of vRA Terraform plugging. (#85)
- Added debug messages to resource.go to help debug issues in the field. (#80)
- Changes to variable and function names to better reflect vRA terminology (#65)
- README.md changes (#62)
- Unit testing - code coverage (#48)
- Clean up the resource section of the README (#32)
- Certificate signed by unknown authority README updates (#16)
- Multi-machine blueprint terraform config example. (#13)
BUG FIXES:
- Update go sum to fix the build failure (#121)
- lease_days property name should be _leaseDays. (#112)
- Have golint errors fail "make check" (#108)
- Fix go lint errors/warnings (#106)
- Cleanup travis tests (#105)
- Fix terraform destroy. (#103)
- Update issue templates (#102)
- Correction in the schema (#99)
- Fixing issues related to create, update and read (#98)
- Fixing the config validation bug # 91 (#92)
- Show request status on terraform update operation (#90)
- Updating the request_status properly on time out. (#86)
- merge crash fixes - minor change in add new value to machine config (#64)
- Changes to the resource creation flow (#55)
- Issue fix : Terraform destroy runs async (completes immediately) (#56)
- Redo the error login in deleteResource to prevent panic (#38)
- Add dynamic/deploy time properties appropriately from resource_configuration block (#25)
- Use SplitN instead of Split to identify fields to replaces (#29)
- Corrected minor typos in README.md (#30)
- destroy resource outside terraform error message fixes (#22)