Skip to content

Commit

Permalink
BAH-3062 | Scale up RDS Instance size
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 committed Jun 23, 2023
1 parent 76f3c34 commit 755eb50
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 @@ -5,7 +5,7 @@ availability_zones = ["ap-south-1a", "ap-south-1b"]
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.micro"
rds_instance_class = "db.t3.large"
mysql_version = "5.7"
mysql_rds_port = "3306"
enable_bastion_host = false
Expand Down

0 comments on commit 755eb50

Please sign in to comment.