Releases: RedisLabs/terraform-provider-rediscloud
Releases · RedisLabs/terraform-provider-rediscloud
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-pending
causing 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_regions
added. - Schema documentation amended to match documentation above.
Full Changelog: v2.1.3...v2.1.4
v2.1.3
Added
- New datasource
rediscloud_active_active_subscription_regions
added.
Full Changelog: v2.1.2...v2.1.3
v2.1.2
Added
- Query Performance Factor now implemented for resources
rediscloud_subscription
andrediscloud_subscription_database
- Reducing the number of attachments for Private Service Connect from 40 down to 1, in tests and documentation
Full Changelog: v2.1.1...v2.1.2
v2.1.1
Added
- Documentation related to using the Redis Cloud Private Service Connect Module
to simplify the Terraform configuration.
Full Changelog: v2.1.0...v2.1.1
v2.1.0
Added
- Added resources for provisioning Private Service Connect in GCP on Active-Active and Pro subscriptions.
rediscloud_private_service_connect
,rediscloud_private_service_connect_endpoint
,rediscloud_private_service_connect_endpoint_accepter
,
rediscloud_active_active_private_service_connect
,rediscloud_active_active_private_service_connect_endpoint
and
rediscloud_active_active_private_service_connect_endpoint_accepter
as well as the respective data sources
rediscloud_private_service_connect
,rediscloud_private_service_connect_endpoints
,rediscloud_active_active_private_service_connect
andrediscloud_active_active_private_service_connect_endpoints
Changed
- Upgraded the provider to use
v0.22.0
of the rediscloud-go-api SDK.
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Changed
- Upgraded the provider to use
v0.21.0
of the rediscloud-go-api which handles API rate limits gracefully.
Removed
latest_backup_status
andlatest_import_status
fromrediscloud_active_active_subscription_database
,
rediscloud_active_active_subscription_regions
,rediscloud_subscription_database
andrediscloud_essentials_database
.
Users should use the equivalent data sources instead.
Full Changelog: v1.9.0...v2.0.0
v1.9.0
1.9.0 (9th Oct 2024)
Added
- Tags as key/value pairs on Pro and ActiveActive databases
- The facility for users to upgrade from memorySizeInGb to datasetSizeInGb
(please note that changing back may have unexpected results and is not supported)
v1.8.1
Removed
- Validation preventing measurement of throughput by ops/sec with the Redisearch module present
Fixed
- Slight performance improvement
v1.8.0
Added
- Maintenance Windows properties on Pro and Active-Active Subscriptions
- Transit Gateway Datasources and TGW Attachment Resources for Pro and Active-Active subscriptions
- TLS certificates for Pro and Active-Active Databases
- An optional Subscription id argument in the Essentials Plan Datasource
Removed
- Provider validation on Alert names in Essentials Databases
Fixed
- Updating ACL Rules
- Fixed race condition when creating over 2 Databases under one Subscription returns 403 FORBIDDEN - SUBSCRIPTION_NOT_ACTIVE
Changed
- Documentation improvements
- Provider now reacts to externally changed SSL/TLS credentials and notifies the user via
plan
- Fixed a bug related to providing empty strings in a list