Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Badrak committed Apr 29, 2020
1 parent abcc779 commit a843122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rds-mssql/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ locals {
description = "module: MS SQL Server Common Ports"
name = var.name
ports = [
[ 1433, 1433, "tcp" ]
[ 1433, 1433, "tcp" ],
[ 5023, 5023, "tcp" ]
]
}
Expand Down

0 comments on commit a843122

Please sign in to comment.