Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 10, 2019
1 parent 2198ae2 commit fbbc6c5
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 @@ -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
Expand Down

0 comments on commit fbbc6c5

Please sign in to comment.