Skip to content

Commit

Permalink
Invalid minimum size for SQL Server Express instance, updated size to…
Browse files Browse the repository at this point in the history
… allowable minimum size.
  • Loading branch information
twerthi committed Aug 15, 2022
1 parent 53a9453 commit 0f05f01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "aws_db_instance" "postgresql_rds_instance" {
}

resource "aws_db_instance" "mssql_rds_instance" {
allocated_storage = 10
allocated_storage = 20
engine = "sqlserver-ex"
engine_version = "15.00.4198.2.v1"
instance_class = "db.t3.small"
Expand Down

0 comments on commit 0f05f01

Please sign in to comment.