Skip to content

Releases: RedisLabs/terraform-provider-rediscloud

v1.8.1

02 Sep 08:18
v1.8.1
757cfc2
Compare
Choose a tag to compare

Removed

  • Validation preventing measurement of throughput by ops/sec with the Redisearch module present

Fixed

  • Slight performance improvement

v1.8.0

12 Aug 08:19
v1.8.0
ae9215b
Compare
Choose a tag to compare

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

18 Jun 09:42
2fab31f
Compare
Choose a tag to compare

Fixed

  • Datasources rediscloud_subscription and rediscloud_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, enabling RedisJSON
  • All Subscription resources include the pricing attribute
  • All Database resources include latest_backup_status and latest_import_status attributes as appropriate
  • The redis_version attribute for rediscloud_subscription now supports numeric versions as input

v1.6.0

12 Apr 15:27
v1.6.0
b21d6b8
Compare
Choose a tag to compare

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
    with creation_plan).
    This means if it has been changed behind the scenes, reapplying the same Terraform configuration should not change
    anything.

v1.5.0

24 Nov 12:59
v1.5.0
2f6f368
Compare
Choose a tag to compare

Added

  • a resp_version property on active-active databases
  • a resp_version property on active-active regions

v1.4.0

21 Nov 09:25
v1.4.0
3df50ae
Compare
Choose a tag to compare

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

10 Nov 14:00
v1.3.3
2f4e921
Compare
Choose a tag to compare

Fixed

  • Improved waiting/timeout behavior, including making use of the status property on ACL Users.
  • Measuring throughput by operations-per-second is incompatible with the RediSearch module.
  • Slight documentation changes.
  • Alerts can be removed from databases as expected.

v1.3.2

09 Oct 14:52
6a7b79a
Compare
Choose a tag to compare

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

10 Aug 13:36
7aaf4c6
Compare
Choose a tag to compare
Documentation fixes

v1.3.0

07 Aug 11:33
4cdb14d
Compare
Choose a tag to compare
Added ACL resources and data sources