From 9799ca616a9e981569b2f0e226918fd59a245c48 Mon Sep 17 00:00:00 2001 From: Alistair Curtis Date: Wed, 27 Mar 2024 14:21:58 +0000 Subject: [PATCH] http_tokens required --- terraform/environments/cdpt-chaps/ecs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/cdpt-chaps/ecs.tf b/terraform/environments/cdpt-chaps/ecs.tf index 858b227f57d..737b65a8911 100644 --- a/terraform/environments/cdpt-chaps/ecs.tf +++ b/terraform/environments/cdpt-chaps/ecs.tf @@ -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 {