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

## what Add option for enabling global write forwarding for aws rds cluster. ## why - Ability to enable global write forwarding across our aws rds clusters. - https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-write-forwarding-apg.html -...

triage

## what Sets the default for backup_window and retention_period to `null`. BREAKING CHANGE: backup_window and retention_period are now `null` by default. If you want to keep the old default configuration,...

invalid
do not merge

### Describe the Bug When `instance_type` is "db.serverless" (for V2 serverless) the `engine_mode` does not accept the value "serverless", but this value is required to enable the Data API via...

bug

### Describe the Feature It is possible to pass `network_type` parameter - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster ![image](https://github.com/cloudposse/terraform-aws-rds-cluster/assets/871583/c2ec562e-5a42-4a31-97ec-90a28ce666de) ### Expected Behavior Support network_type parameter - `IPV4` or `DUAL` ### Use Case Access clusters from...

### Describe the Bug The `serverlessv2_scaling_configuration` can not be deleted. ### Expected Behavior No change should be detected. From AWS's [documentation](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/modify-db-cluster.html), it seems there is no way to delete these...

bug

### Describe the Feature We want to use RDS integration with secret manager so that master password will be managed by RDS and rotated by secret manager. This option is...

### Describe the Feature Since the cluster parameter group is not adjustable, it's not feasible that always create a new cluster parameter group in a large system. ### Expected Behavior...

Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Bug I am trying to configure Auirora Global Cluster spenned on 2 regions. I craete the...

bug

### Describe the Bug When configuring security group ingress I can specify either a list of CIDR blocks, or an additional security group. With egress, instead, I can only either...

bug

### Describe the Feature AWS Console and AWS's vanilla `aws_rds_cluster` resource allows for specifying a date time as opposed to using the latest restorable time. ### Expected Behavior Have the...