Skip to content

Releases: RedisLabs/terraform-provider-rediscloud

v2.4.3

01 Oct 14:04
5e94a52

Choose a tag to compare

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

29 Sep 15:19
55f62e2

Choose a tag to compare

Added

  • Gives users the option to disable a default user in active-active regions by setting the enable_default_user flag to false.

Fixed

  • Expanded PrivateLink documentation and fixed errata

Full Changelog: v2.4.1...v2.4.2

v2.4.1

24 Sep 16:40
20f4b4e

Choose a tag to compare

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

19 Sep 12:04
1ca1e4b

Choose a tag to compare

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

21 Aug 10:23
64009d2

Choose a tag to compare

Changed

  • Updating and fixing documentation

Full Changelog: v2.3.0...v2.3.1

v2.3.0

19 Aug 15:53
1c45f74

Choose a tag to compare

Added

  • Redis Pro Database resource now supports redis_version to 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_version on create ONLY. No upgrade path yet - if you change your redis_version it 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_version on 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

05 Aug 11:05
a065767

Choose a tag to compare

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

01 Aug 13:27
dcc674e

Choose a tag to compare

Added

  • Customer Managed Key support for pro and active-active subscriptions.

Full Changelog: v2.1.5...v2.2.0

v2.1.5

01 Jul 19:08
7ad6bfb

Choose a tag to compare

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

22 May 16:13
1e70f87

Choose a tag to compare

Added

  • Documentation for rediscloud_active_active_subscription_regions added.
  • Schema documentation amended to match documentation above.

Full Changelog: v2.1.3...v2.1.4