Skip to content

Commit

Permalink
CC-2036: Added FTP egress rule to ec2_sg_egress_rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmgovuk committed Sep 1, 2023
1 parent dc82897 commit 3e17676
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terraform/environments/ccms-ebs/application_variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,13 @@
"protocol": "TCP",
"destination_cidr": "0.0.0.0/0"
},
"FTP_20": {
"application": "FTP",
"from_port": 20,
"to_port": 21,
"protocol": "TCP",
"destination_cidr": "0.0.0.0/0"
},
"SSH_22": {
"application": "SSH",
"from_port": 22,
Expand Down

0 comments on commit 3e17676

Please sign in to comment.