Skip to content

Commit da95d2f

Browse files
committed
whitespace
1 parent d617490 commit da95d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/acct/security_group_allow_sftp_egress.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ resource "aws_security_group_rule" "allow_sftp_egress_https" {
2828
protocol = "tcp"
2929
cidr_blocks = ["0.0.0.0/0"]
3030
security_group_id = aws_security_group.allow_sftp_egress.id
31-
}
31+
}

0 commit comments

Comments
 (0)