Skip to content

Commit

Permalink
Invalid SQL Server combination, mistook sqlserver-ee with sqlserver-ex
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Aug 15, 2022
1 parent 6aa79ea commit 53a9453
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ resource "aws_db_instance" "postgresql_rds_instance" {

resource "aws_db_instance" "mssql_rds_instance" {
allocated_storage = 10
engine = "sqlserver-ee"
#engine_version = "15.00.4198.2.v1"
engine = "sqlserver-ex"
engine_version = "15.00.4198.2.v1"
instance_class = "db.t3.small"
identifier = var.aws_sqlserver_name
username = var.aws_sqlserver_administrator_name
Expand Down

0 comments on commit 53a9453

Please sign in to comment.