Releases: RedisLabs/terraform-provider-rediscloud
Releases · RedisLabs/terraform-provider-rediscloud
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
v1.7.0
Fixed
- Datasources
rediscloud_subscription
andrediscloud_databases
are for Pro plans only
Added
- Resources for Essentials plans:
rediscloud_essentials_subscription
,rediscloud_essentials_database
- Datasources for Active-Active deployments:
rediscloud_active_active_subscription
,rediscloud_active_active_subscription_database
- Datasources for Essentials plans:
rediscloud_essentials_plan
,rediscloud_essentials_subscription
,rediscloud_essentials_database
modules
/global_modules
can be specified on Active-Active Subscription/Database resources, enablingRedisJSON
- All Subscription resources include the
pricing
attribute - All Database resources include
latest_backup_status
andlatest_import_status
attributes as appropriate - The
redis_version
attribute forrediscloud_subscription
now supports numeric versions as input
v1.6.0
Fixed
- using the
rediscloud_database
datasource no longer crashes when pointed to an ActiveActive database but offers
limited data. A specific datasource type will be coming soon.
Changed
- A subscription's
payment_method
can no longer be updated. It is ignored after resource creation (as
withcreation_plan
).
This means if it has been changed behind the scenes, reapplying the same Terraform configuration should not change
anything.
v1.5.0
Added
- a
resp_version
property on active-active databases - a
resp_version
property on active-active regions
v1.4.0
Added
- a
resp_version
property on single-region databases - an
enable_default_user
property on single-region databases - a
redis_version
property on both single-region and active-active subscriptions