From fbbc6c56d9854b2576d6a8f9eb86736c5a34d2bd Mon Sep 17 00:00:00 2001 From: Don Badrak Date: Thu, 10 Oct 2019 12:14:05 -0400 Subject: [PATCH] update --- rds-mssql/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rds-mssql/main.tf b/rds-mssql/main.tf index c5c1257..36b6bb6 100644 --- a/rds-mssql/main.tf +++ b/rds-mssql/main.tf @@ -43,7 +43,7 @@ resource "aws_security_group" "this_security_group" { } egress { - description = "ALL: ${local.description}" + description = "ALL ${local.description}" from_port = 0 to_port = 0 protocol = -1