Releases: RedisLabs/terraform-provider-rediscloud
Releases · RedisLabs/terraform-provider-rediscloud
v1.9.0
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
v1.3.3
Fixed
- Improved waiting/timeout behavior, including making use of the
status
property on ACL Users. - Measuring throughput by
operations-per-second
is incompatible with theRediSearch
module. - Slight documentation changes.
- Alerts can be removed from databases as expected.
v1.3.2
Added
- Added a new environment variable
REDISCLOUD_SUBSCRIPTION_TIMEOUT
to allow
configuring timeouts for subscriptions at the provider level.
This is a TEMPORARY solution and will be deleted in the next releases.
v1.3.1
Documentation fixes