Skip to content

Commit

Permalink
http_tokens required
Browse files Browse the repository at this point in the history
  • Loading branch information
roncitrus committed Mar 27, 2024
1 parent 2b62be0 commit 9799ca6
Showing 1 changed file with 1 addition and 1 deletion.
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 9799ca6

Please sign in to comment.