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

Terraform module to create AWS RDS resources πŸ‡ΊπŸ‡¦

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

## Description downloading the latest version from master and running a terraform init / apply in the example/s3-import-mysql errors. I have made the change to update the engine_version to "8.0.36"...

good first issue

Not really bug, but a question. (Alternatively, is there a mailing list or other forum for support?) Is there a guide for using this module for upgrading RDS versions? I...

Hello Before you submit an issue, please perform the following first: 1. Remove the local `.terraform` directory (! ONLY if state is stored remotely, which hopefully you are following that...

## Description I am importing an RDS instance created using AWS defaults. The option group name given by default is: "default:mysql-8-0". When I try to import this resource, and align...

## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? Yes ## Is your request related to a problem?...

## Description Variable `copy_tags_to_snapshot` ([defined here](https://github.com/terraform-aws-modules/terraform-aws-rds/blob/a76a3cd92220b91eaa467a5328db6f2c21e1fdee/modules/db_instance/variables.tf#L188)): ``` variable "copy_tags_to_snapshot" { description = "On delete, copy all Instance tags to the final snapshot" type = bool default = false } ```...

## Description Once RDS instance was created with the option `manage_master_user_password = true`, it's not possible to change it to `false` and set a custom password. However, it's possible to...

## Description GitLab pipeline warning: Warning: Redundant ignore_changes element β”‚ β”‚ on .terraform/modules/rds/modules/db_instance/main.tf line 32, in resource "aws_db_instance" "this": β”‚ 32: resource "aws_db_instance" "this" { β”‚ β”‚ Adding an attribute...

## Is your request related to a new offering from AWS? - No πŸ›‘: this request isn't related to any new AWS features, just inside module. ## Is your request...

stale

## Description Hi. I got a case where a developer that has initially created a custom parameter group for its database instance wanted to switch it to use the AWS...

question
stale