Skip to content

Releases: RedisLabs/terraform-provider-rediscloud

v0.2.3

22 Jun 13:31
79bb3cd

Choose a tag to compare

Changed

  • Updates additional dependencies contributing to build

Fixed

  • replicaOf setting cannot be disabled from terraform #121

v0.2.2

27 Apr 12:19
65d7205

Choose a tag to compare

Changed

  • Updates dependency terraform-plugin-sdk/v2 v2.6.1
  • Updates dependency tfproviderlint v0.26.0
  • Updates additional dependencies contributing to build

Fixed

  • Terraform wants to replace fresh imported peering #102
  • Need validation for length of the database name #99
  • Modules not included when creating DB on existing subscription in GCP #98

v0.2.1

07 Dec 13:44
6895d80

Choose a tag to compare

Changed

  • Updates to expose additional vpc peering attributes for GCP and AWS
  • Updates docs to include new attributes and expands examples to include output value for peering commands
  • Updates rediscloud-go-api to release v0.1.3

v0.2.0

30 Nov 20:11
53a09f8

Choose a tag to compare

Added

  • Support for GCP Subscription Peering
  • datasource_rediscloud_subscription_peerings to retrieve the subscription peering details

Changed

  • Website documentation and HCL examples to correct spelling and update content
  • Changelog to record released content
  • network_deployment_cidr is now required and to resolve issues with plan convergence after a successful Terraform apply
  • network_deployment_cidr and networking_vpc_id were excluded from the hash calculation as
  • networks added to the region block in subscription resource and data source to allow reading all different CIDR and subnets in Multi-AZ subscription
  • Fixed issues when creating a subscription without a payment method

Removed

  • network_deployment_subnet was moved to the networks block in subscription resource and data source

v0.1.1

24 Nov 19:04
873f03e

Choose a tag to compare

Initial release