Skip to content

Commit

Permalink
Fix. Scale down RDS Instance Class
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 committed Oct 18, 2024
1 parent 68853e7 commit c16ab9b
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.t2.small"
rds_instance_class = "db.t3.micro"
rds_allow_major_version_upgrade = true
mysql_version = "8.0"
mysql_rds_port = "3306"
Expand Down

0 comments on commit c16ab9b

Please sign in to comment.