Skip to content

Commit 2f2253f

Browse files
committed
Increase metadata hop limit from 1 to 2
1 parent 29c4e70 commit 2f2253f

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)