Releases: RedisLabs/terraform-provider-rediscloud
Releases · RedisLabs/terraform-provider-rediscloud
v1.0.3
v1.0.2
v1.0.1
Changed
- Changed the
average_item_size_in_bytesattribute of the creation_plan block to send a “null” value to the API if omitted.
Fixed
- Various documentation fixes
- Fixed an issue where the
source_ipsandenable_tlsattributes were not being provisioned correctly on therediscloud_subscription_databaseresource
v1.0.0
Added
- Added the creation_plan block in the subscription resource schema.
- Added a new resource type:
rediscloud_subscription_database. - Added the migration guide to help users with migrating their old Terraform configuration files to v1.0.0.
- Multi-modules: Added the "modules" attribute into the creation_plan block
and the database resource schema
Changed
- Updates to dependencies and CI related actions
Removed
- Removed the database block from the subscription resource schema.
v0.3.0
Added
- Added support for the DataEviction attribute in the database data source and subscription resource
- Added paymentMethod field to Subscription resource
Removed
- Removed a deprecated attribute: persistent_storage_encryption
Changed
- Updates rediscloud-go-api to v0.1.7: removed the persistent_storage_encryption attribute from the API calls
- Adds region attribute to Peering resource (for Read method) and data resource
- Patch a vulnerability: CVE-2022-29810 by upgrading go-getter v1.5.3 -> v1.5.11
- Fix timing on large subscription: reduce PUT requests
v0.2.9
v0.2.8
Changed
- Updates Subscription database to enable TLS
- Updates Terraform Plugin SDK to v2.10.0
v0.2.7
v0.2.5
v0.2.4
Changed
- Updates additional dependencies contributing to build, (includes tfproviderlint v0.27.1)
- Updates location of compiled provider as well as go and terraform versions #129
- Updates Terraform Plugin SDK to v2.7.0
- Updates the subscription timeout value for update function to 30 minutes #133
Fixed
- Fixed parsing of log-levels by removing date/time prefix #132