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 visible (Hide)

terraform-provider-rediscloud - v1.6.0 Latest Release

Published by github-actions[bot] 6 months ago

terraform-provider-rediscloud - v1.5.0

Published by github-actions[bot] 11 months ago

terraform-provider-rediscloud - v1.4.0

Published by github-actions[bot] 11 months ago

terraform-provider-rediscloud - v1.3.3

Published by github-actions[bot] 11 months ago

terraform-provider-rediscloud - v1.3.2

Published by github-actions[bot] about 1 year ago

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.
terraform-provider-rediscloud - v1.3.1

Published by github-actions[bot] about 1 year ago

terraform-provider-rediscloud - v1.3.0

Published by github-actions[bot] about 1 year ago

terraform-provider-rediscloud - v1.2.1

Published by github-actions[bot] over 1 year ago

terraform-provider-rediscloud - v1.2.0

Published by github-actions[bot] over 1 year ago

terraform-provider-rediscloud - v1.1.1

Published by github-actions[bot] over 1 year ago

terraform-provider-rediscloud - v1.1.0

Published by github-actions[bot] over 1 year ago

terraform-provider-rediscloud - v1.0.3

Published by github-actions[bot] over 1 year ago

What's Changed

Full Changelog: https://github.com/RedisLabs/terraform-provider-rediscloud/compare/v1.0.2...v1.0.3

terraform-provider-rediscloud - v1.0.2

Published by github-actions[bot] almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/RedisLabs/terraform-provider-rediscloud/compare/v1.0.1...v1.0.2

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
Package Rankings
Top 5.5% on Proxy.golang.org
Related Projects