Releases: RedisLabs/terraform-provider-rediscloud
Releases · RedisLabs/terraform-provider-rediscloud
v2.4.3
Added:
- PrivateLink pro subscription tests
Changed:
- Fixed recursive delete loop on PrivateLink deletes
- Fixed import ID mismatches and subscription IDs to be more idiomatic
- Updated API SDK to fix some API schema issues for PrivateLink
- Fixed schema mismatches that could cause issues
- Fixed description on some of the PrivateLink schema that was incorrect
Full Changelog: v2.4.2...v2.4.3
v2.4.2
Added
- Gives users the option to disable a default user in active-active regions by setting the
enable_default_userflag to false.
Fixed
- Expanded PrivateLink documentation and fixed errata
Full Changelog: v2.4.1...v2.4.2
v2.4.1
Added
- AWS PrivateLink support for Active Active subscriptions.
- New resource:
rediscloud_active_active_private_link - New data source:
rediscloud_active_active_private_link
- New data source:
rediscloud_active_active_private_link_endpoint_script
Full Changelog: v2.4.0...v2.4.1
v2.4.0
Added
- AWS PrivateLink support for Pro Subscriptions.
- New resource: rediscloud_private_link which allows users to manage peering between Redis Subscriptions and AWS resources.
- New data source: rediscloud_private_link which allows users to fetch information about the pro subscription Private Link.
- New data source: rediscloud_private_link_endpoint_script which allows users to fetch information about the endpoint script associated with the private link.
Full Changelog: v2.3.1...v2.4.0
v2.3.1
v2.3.0
Added
- Redis Pro Database resource now supports
redis_versionto create a database of that version. - Redis Pro Database upgrade path. If you specify a different version to something already specified, the provider will upgrade your database to the new version. A terraform apply will fail on a downgrade.
- Redis AA Database version supports
redis_versionon create ONLY. No upgrade path yet - if you change yourredis_versionit will force a new resource of that new version. - Updated data sources for pro and active active databases to also support
redis_version.
Changed
- Updating multiple dependencies.
- Deprecate subscription version support. If you use
redis_versionon your pro subscription a warning will come up. This will be removed entirely on a major update.
Full Changelog: v2.2.1...v2.3.0
v2.2.1
Added
- A full guide to using Customer Managed Keys within the terraform provider. No code changes.
Full Changelog: v2.2.0...v2.2.1
v2.2.0
Added
- Customer Managed Key support for pro and active-active subscriptions.
Full Changelog: v2.1.5...v2.2.0
v2.1.5
Added
- Support Marketplace as a payment method for Essentials subscription
- Add TLS certificate to databases’ data sources
Fixed:
- Unexpected state
dynamic-endpoints-creation-pendingcausing some creations to fail - Can not disable default user on essentials database without a password failure
Full Changelog: v2.1.4...v2.1.5
v2.1.4
Added
- Documentation for
rediscloud_active_active_subscription_regionsadded. - Schema documentation amended to match documentation above.
Full Changelog: v2.1.3...v2.1.4