terraform-provider-rediscloud icon indicating copy to clipboard operation
terraform-provider-rediscloud copied to clipboard

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

Results 40 terraform-provider-rediscloud issues
Sort by recently updated
recently updated
newest added

This Pull Request introduces the ability to set the Query Performance Factor field on the RedisCloud Subscription, (Pro) and related Databases. A new schema attribute is introduced named `query_performance_factor` and...

Active active regions datasource. Integrates the latest version of the API to feed back all sources. The raw API call to the staging API does not return the full information...

with the rediscloud_subscription_database resource, I can create my db as .2 in size but I can't set an alert when it is close to that size. Similarly there isn't an...

### Terraform Version Terraform v1.10.2 ### Affected Resource(s) rediscloud_essentials_subscription ### Panic Output Error: 400 BAD_REQUEST - PAYMENT_INFO_NOT_PROVIDED: Payment info is not provided ### Expected Behavior If an account uses Amazon...

Restructuring tests so that there is more comprehensive and verifiable coverage of redis 7 and 8 compatibility for CRUDI

When we try to update an existing TGW Attachment's CIDR with the following TF script: ``` # Here is the attachment information for the new one. resource "rediscloud_active_active_transit_gateway_attachment" "this" {...

Since provider release 2.1.2 where query_performance_factor was added to provider/datasource_rediscloud_pro_database.go, our terraform has been failing with the following: 2025-06-12T09:57:32.571-0500 [DEBUG] provider.terraform-provider-rediscloud_v2.1.2: panic: runtime error: invalid memory address or nil pointer...

``` │ Error: maintenance in subscription xxx not found │ │ with data.rediscloud_subscription.source, │ on dependencies.tf line 2, in data "rediscloud_subscription" "source": │ 2: data "rediscloud_subscription" "source" { ``` We...

I attempted to upgrade from version 2.0.0 to 2.1.4 and encountered the following panic Terraform: ``` data "rediscloud_database" "database" { subscription_id = "" name = "shared" } ``` Error: ```...