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 29 terraform-provider-rediscloud issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/RedisLabs/rediscloud-go-api](https://github.com/RedisLabs/rediscloud-go-api) from 0.12.1 to 0.14.0. Commits 0d1d7bd Added models for fixed databases (#160) f3dfefc Added omitempty (#161) 0096750 Fixed subscriptions (#159) See full diff in compare view [![Dependabot compatibility...

dependencies
go

these were originally introduced to slow down requests because Imperva(?) was flagging regular use as an attack. That might no longer be the case.

I've left out a number of sections in the default template, as I think the issue is pretty clear even from just reading the documentation for the provider. LMK if...

### Terraform Version Terraform v1.8.2 on darwin_arm64 [...] + provider registry.terraform.io/redislabs/rediscloud v1.7.0 ### Affected Resource(s) Please list the resources as a list, for example: - rediscloud_essentials_database If this issue appears...

### Affected Resource(s) Please list the resources as a list, for example: - rediscloud_active_active_subscription_database - rediscloud_database ### Terraform Configuration Files ```hcl data "rediscloud_active_active_subscription_database" "subscription" { name = "my-subscription" } ```...

It would be useful if the `rediscloud_active_active_subscription` data source exposed the `regions` for the subscription, as it is useful for suppling to the `rediscloud_acl_role` resource (and possibly others). Note that...