Skip to content

Commit

Permalink
few changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zartash aslam authored and zartash aslam committed Mar 13, 2024
1 parent f04c577 commit 97626a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rds/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resource "aws_db_instance" "default" {
allocated_storage = 10
db_name = "mydb"
engine = "mysql"
engine_version = "5.7"
engine_version = "5.8"
instance_class = "db.t3.micro"
username = "foo"
password = "foobarbaz"
Expand Down

0 comments on commit 97626a7

Please sign in to comment.