terraform-aws-rds-cluster
terraform-aws-rds-cluster copied to clipboard
Terraform module to provision an RDS Aurora cluster for MySQL or Postgres
## 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 -...
## 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,...
### 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...
### Describe the Feature It is possible to pass `network_type` parameter - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster  ### 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...
### 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. [](https://slack.cloudposse.com) ## Describe the Bug I am trying to configure Auirora Global Cluster spenned on 2 regions. I craete the...
### 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...
### 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...