Skip to content

Commit

Permalink
chore: Update RDS TF module to 6.5 (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson authored May 9, 2024
1 parent de8307e commit 22682fb
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ module "catalog_mysql" {

allocated_storage = 20

db_name = "catalog"
username = "catalog_user"
create_random_password = false
password = random_string.catalog_db_master.result
port = 3306
db_name = "catalog"
username = "catalog_user"
manage_master_user_password = false
password = random_string.catalog_db_master.result
port = 3306

create_db_subnet_group = true
db_subnet_group_name = "${var.eks_cluster_id}-catalog"
Expand Down

0 comments on commit 22682fb

Please sign in to comment.