Skip to content

Commit

Permalink
Adjust http_put_response_hop_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
clarissalimab committed Sep 25, 2024
1 parent 2c99c87 commit 03e7f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/cluster/modules/eks-node-group/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ resource "aws_launch_template" "this" {
metadata_options {
http_endpoint = lookup(var.metadata_options, "http_endpoint", "enabled")
http_tokens = lookup(var.metadata_options, "http_tokens", "optional")
http_put_response_hop_limit = lookup(var.metadata_options, "htthttp_put_response_hop_limit", "1")
http_put_response_hop_limit = lookup(var.metadata_options, "http_put_response_hop_limit", "2")
http_protocol_ipv6 = lookup(var.metadata_options, "http_protocol_ipv6", "disabled")
instance_metadata_tags = lookup(var.metadata_options, "instance_metadata_tags", "disabled")
}
Expand Down

0 comments on commit 03e7f7a

Please sign in to comment.