Skip to content

Releases: RedisLabs/terraform-provider-rediscloud

v0.2.8

14 Dec 10:04
9a84b4b
Compare
Choose a tag to compare

Changed

  • Updates Subscription database to enable TLS
  • Updates Terraform Plugin SDK to v2.10.0

v0.2.7

26 Nov 11:30
Compare
Choose a tag to compare

Fixed

  • Adjusts goreleaser configuration with go 1.17

0.2.6 (November 26 2021)

Changed

  • Updates Terraform Plugin SDK to v2.9.0
  • Updates Go version #162
  • Updates additional dependencies contributing to build

v0.2.5

11 Nov 10:46
Compare
Choose a tag to compare

Changed

  • Updates Terraform Plugin SDK to v2.8.0
  • Updates additional dependencies contributing to build, (goreleaser-action 2.8.0)
  • Updated README.md covering acceptance test execution

Fixed

  • Redis Cloud subscription update is failing due to missing payment method id #149
  • Wrong syntax in example. #153

v0.2.4

26 Jul 14:33
2cf1c44
Compare
Choose a tag to compare

Changed

  • Updates additional dependencies contributing to build, (includes tfproviderlint v0.27.1)
  • Updates location of compiled provider as well as go and terraform versions #129
  • Updates Terraform Plugin SDK to v2.7.0
  • Updates the subscription timeout value for update function to 30 minutes #133

Fixed

  • Fixed parsing of log-levels by removing date/time prefix #132

v0.2.3

22 Jun 13:31
79bb3cd
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Initial release