Skip to content

Commit a9a3454

Browse files
authored
DEVOPS-5728 | Increase metadata hop limit from 1 to 2 (#12)
2 parents 29c4e70 + 2f2253f commit a9a3454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

group/lt/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ resource "aws_launch_template" "lt" {
6767
metadata_options {
6868
http_endpoint = "enabled"
6969
http_tokens = "required"
70-
http_put_response_hop_limit = 1
70+
http_put_response_hop_limit = 2
7171
}
7272

7373
instance_type = var.instance_type

0 commit comments

Comments
 (0)