Skip to content

Commit

Permalink
BAH-3902 | Upgrade RDS version to MySQL 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 committed Jun 12, 2024
1 parent 5e7a98f commit 26d4589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/nonprod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ private_cidr_blocks = ["10.0.1.0/24", "10.0.2.0/24"]
public_cidr_blocks = ["10.0.3.0/24", "10.0.4.0/24"]
vpc_cidr_block = "10.0.0.0/16"
rds_instance_class = "db.t3.large"
mysql_version = "5.7"
mysql_version = "8.0"
mysql_rds_port = "3306"
mysql_time_zone = "Asia/Calcutta"
enable_bastion_host = false
Expand Down

0 comments on commit 26d4589

Please sign in to comment.