Skip to content

Commit cd8cb3e

Browse files
committed
restore sg
1 parent d3c8e7e commit cd8cb3e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
resource "aws_security_group" "allow_sftp_egress" {
2+
name = "${local.csi}-sftp-egress"
3+
vpc_id = module.vpc.vpc_id
4+
description = "Security group for allowing outbound traffic to SFTP"
5+
6+
tags = {
7+
Name = "${local.csi}-sftp-egress"
8+
}
9+
}

0 commit comments

Comments
 (0)