Skip to content

Commit

Permalink
Add sqlserver-se to rds_sg_rule_name
Browse files Browse the repository at this point in the history
  • Loading branch information
czerasz-flaconi committed Feb 20, 2020
1 parent 91a1a68 commit 34323b1
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 34323b1

Please sign in to comment.