Skip to content

Commit

Permalink
Merge pull request ine-labs#58 from SSKale1/master
Browse files Browse the repository at this point in the history
Switch RDS DB instance class from t2 to t3
  • Loading branch information
nishantsharmax authored Apr 22, 2024
2 parents 74839ac + 44b283d commit 3529f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/module-2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ resource "aws_security_group" "database-security-group" {
resource "aws_db_instance" "database-instance" {
identifier = "aws-goat-db"
allocated_storage = 10
instance_class = "db.t2.micro"
instance_class = "db.t3.micro"
engine = "mysql"
engine_version = "5.7"
username = "root"
Expand Down

0 comments on commit 3529f87

Please sign in to comment.