Releases: yugabyte/terraform-provider-ybm
Releases · yugabyte/terraform-provider-ybm
v1.0.4-pre1
v1.0.3
v1.0.3-rc1
v1.0.3-pre.2
Changelog
- ca4f38c Multiple releases for same commit
v1.0.2
Provide external VPC ID in the VPC resource and fix minor bugs (#43)
v1.0.1
update docs
v1.0.0
disallow customers from providing account id and project id (#39)
v0.2.0-pre.5
[CLOUDGA-9671]: Fixed_backup_descreption (#36) * Fixed_backup_descreption * Formatting * Format in the lower part * style Co-authored-by: Ishan Pathak <[email protected]> Co-authored-by: Catalin David <[email protected]>
v0.2.0-pre.4
Fix API interoperability (#37) When some enum's change on the API side, then the deserialization fails on the client side since the new fields are not known. This results in failures to use the Terraform provider. We fix this by ignoring the class of issues that happens during deserialization.
v0.2.0-pre.3
Fix user/password reversal (#35) Due to a regression in our REST API auto-generated golang code, the username and password were reversed when passed to the golang library. This fixes the inconsistency.