Skip to content

Commit

Permalink
Merge pull request #5502 from ministryofjustice/chaps
Browse files Browse the repository at this point in the history
revert changes to db sg
  • Loading branch information
roncitrus authored Mar 27, 2024
2 parents a1eb129 + 9799ca6 commit 018f64d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/environments/cdpt-chaps/database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "aws_security_group" "db" {
from_port = 1433
to_port = 1433
protocol = "tcp"
cidr_blocks = ["0.0.0.0/0"]
cidr_blocks = ["0.0.0.0/0"]
}
egress {
from_port = 0
Expand Down
2 changes: 1 addition & 1 deletion terraform/environments/cdpt-chaps/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ resource "aws_launch_template" "ec2-launch-template" {

metadata_options {
http_endpoint = "enabled"
http_tokens = "optional"
http_tokens = "required"
}

iam_instance_profile {
Expand Down

0 comments on commit 018f64d

Please sign in to comment.