terraform-aws-rds-cluster icon indicating copy to clipboard operation
terraform-aws-rds-cluster copied to clipboard

Terraform module to provision an RDS Aurora cluster for MySQL or Postgres

Results 57 terraform-aws-rds-cluster issues
Sort by recently updated
recently updated
newest added

… Cloudposse security group module. ## what - Removed bare security group resource and security group rules resources in favor of Cloudposse Security Group module ([cloudposse/security-group](https://github.com/cloudposse/terraform-aws-security-group/security)) ## why - More...

triage

### Describe the Feature With the recent change to add a random string to the database instance name, the database instance ids are no longer deterministic from outside the module....

### Describe the Bug Hi all. The use-cases where the database has to be recreated from a snapshot, results in an error due to a conflicting name. I noticed that...

bug

### Describe the Bug Dear Team, I would like to bring attention to a breaking change introduced in version 1.10.0 of this module, specifically due to the change in how...

bug
invalid
question

## what - Don't override instance class based on serverlessv2 scaling configuration ## why - serverlessv2 scaling configuration is a cluster attribute; it doesn't preclude provisioning provisioned instances in provisioned...

triage

Bumps the go_modules group in /test/src with 1 update: [golang.org/x/crypto](https://github.com/golang/crypto). Updates `golang.org/x/crypto` from 0.21.0 to 0.31.0 Commits b4f1988 ssh: make the public key cache a 1-entry FIFO cache 7042ebc openpgp/clearsign:...

auto-update
minor
dependencies

### Describe the Feature Amazon Aurora Serverless v2 supports scaling to zero capacity (https://aws.amazon.com/about-aws/whats-new/2024/11/amazon-aurora-serverless-v2-scaling-zero-capacity/). It is not possible to set, in a aws_rds_cluster resource: ```yaml serverlessv2_scaling_configuration { min_capacity = 0...