From 0b464072ad5b041b0cdfb0eafabc89c8eeb05262 Mon Sep 17 00:00:00 2001 From: "waqas.yousaf" Date: Tue, 14 May 2024 10:59:31 +0200 Subject: [PATCH] Update main.tf --- main.tf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.tf b/main.tf index eec6a42..d966d43 100644 --- a/main.tf +++ b/main.tf @@ -144,7 +144,9 @@ resource "aws_launch_configuration" "bastion" { ) metadata_options { - http_tokens = "required" + http_tokens = "required" + http_put_response_hop_limit = 1 + http_endpoint = "enabled" } associate_public_ip_address = false