Skip to content

Commit

Permalink
Ccms/ports444x (#1685)
Browse files Browse the repository at this point in the history
* rebuild with new AMIs

* whitespace

* more workspace ports

* cidr fix
  • Loading branch information
martytaggart-laa authored Mar 15, 2023
1 parent 7d42c04 commit da390f5
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions terraform/environments/ccms-ebs/application_variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,13 @@
"from_port": 8000,
"to_port": 8000,
"protocol": "TCP",
"destination_cidr": "10.200.0.0/13"
"destination_cidr": "10.200.0.0/20"
},
"TCP_444x": {
"from_port": 4443,
"to_port": 4444,
"protocol": "TCP",
"destination_cidr": "10.200.0.0/20"
}
},
"ec2_sg_egress_rules": {
Expand All @@ -212,7 +218,13 @@
"from_port": 8000,
"to_port": 8000,
"protocol": "TCP",
"destination_cidr": "10.200.0.0/13"
"destination_cidr": "10.200.0.0/20"
},
"TCP_444x": {
"from_port": 4443,
"to_port": 4444,
"protocol": "TCP",
"destination_cidr": "10.200.0.0/20"
}
},
"ec2_sg_ftp_ingress_rules": {
Expand Down

0 comments on commit da390f5

Please sign in to comment.