terraform-provider-rediscloud

Terraform Redis Cloud Provider: Deploy, update, and manage Redis Cloud databases as code through HashiCorp Terraform

APACHE-2.0 License

Stars
29

Bot releases are hidden (Show)

terraform-provider-rediscloud - v1.0.1

Published by danielarbiv about 2 years ago

Changed

  • Changed the average_item_size_in_bytes attribute of the creation_plan block to send a “null” value to the API if omitted.

Fixed

  • Various documentation fixes
  • Fixed an issue where the source_ips and enable_tls attributes were not being provisioned correctly on the rediscloud_subscription_database resource
terraform-provider-rediscloud - v1.0.0

Published by danielarbiv about 2 years ago

Added

  • Added the creation_plan block in the subscription resource schema.
  • Added a new resource type: rediscloud_subscription_database.
  • Added the migration guide to help users with migrating their old Terraform configuration files to v1.0.0.
  • Multi-modules: Added the "modules" attribute into the creation_plan block
    and the database resource schema

Changed

  • Updates to dependencies and CI related actions

Removed

  • Removed the database block from the subscription resource schema.
terraform-provider-rediscloud - v0.3.0

Published by Hiieu over 2 years ago

Added

  • Added support for the DataEviction attribute in the database data source and subscription resource
  • Added paymentMethod field to Subscription resource

Removed

  • Removed a deprecated attribute: persistent_storage_encryption

Changed

  • Updates rediscloud-go-api to v0.1.7: removed the persistent_storage_encryption attribute from the API calls
  • Adds region attribute to Peering resource (for Read method) and data resource
  • Patch a vulnerability: CVE-2022-29810 by upgrading go-getter v1.5.3 -> v1.5.11
  • Fix timing on large subscription: reduce PUT requests
terraform-provider-rediscloud - v0.2.9

Published by Hiieu over 2 years ago

Changed

  • Updates additional dependencies contributing to build, (goreleaser-action 2.8.1)
  • Updates Terraform Plugin SDK to v2.10.1
  • Updates rediscloud-go-api dependency to v0.1.6 use correct content-type with API
terraform-provider-rediscloud - v0.2.8

Published by trentrosenbaum almost 3 years ago

Changed

  • Updates Subscription database to enable TLS
  • Updates Terraform Plugin SDK to v2.10.0
terraform-provider-rediscloud - v0.2.7

Published by trentrosenbaum almost 3 years ago

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
terraform-provider-rediscloud - v0.2.5

Published by trentrosenbaum almost 3 years ago

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
terraform-provider-rediscloud - v0.2.4

Published by trentrosenbaum about 3 years ago

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
terraform-provider-rediscloud - v0.2.3

Published by trentrosenbaum over 3 years ago

Changed

  • Updates additional dependencies contributing to build

Fixed

  • replicaOf setting cannot be disabled from terraform #121
terraform-provider-rediscloud - v0.2.2

Published by trentrosenbaum over 3 years ago

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
terraform-provider-rediscloud - v0.2.1

Published by trentrosenbaum almost 4 years ago

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
terraform-provider-rediscloud - v0.2.0

Published by matpimenta almost 4 years ago

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
terraform-provider-rediscloud - v0.1.1

Published by matpimenta almost 4 years ago

Initial release

Package Rankings
Top 5.5% on Proxy.golang.org
Related Projects