Skip to content

Commit

Permalink
BAH-3902 | Update parameter group for MySQL 8 RDS
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 committed Jun 12, 2024
1 parent 3ca2bc2 commit ce8c179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/rds/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "aws_db_instance" "mysql" {
allow_major_version_upgrade = var.rds_allow_major_version_upgrade
port = var.mysql_rds_port
backup_retention_period = 2
parameter_group_name = aws_db_parameter_group.custom_mysql_parameters.name
parameter_group_name = aws_db_parameter_group.custom_mysql8_0_parameters.name
}

resource "random_string" "mysql_user_name" {
Expand Down

0 comments on commit ce8c179

Please sign in to comment.