Skip to content

Commit

Permalink
Merge pull request #29 from Flaconi/fix/mssql-security-group
Browse files Browse the repository at this point in the history
Fix SecurityGroup for mssql
  • Loading branch information
czerasz-flaconi authored Feb 20, 2020
2 parents 91a1a68 + 34323b1 commit 26d86b6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ locals {
# -------------------------------------------------------------------------------------------------
locals {
rds_sg_rule_name = {
mysql = "mysql-tcp"
postgres = "postgresql-tcp"
default = "postgresql-tcp"
mysql = "mysql-tcp"
postgres = "postgresql-tcp"
sqlserver-se = "mssql-tcp"
default = "postgresql-tcp"
}
}

Expand Down

0 comments on commit 26d86b6

Please sign in to comment.