Skip to content

Commit

Permalink
revert #5700 due to CrashLoopBackOffs (#5719)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpyke authored Oct 17, 2024
1 parent 1a42bde commit 9f1bc9e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resource "aws_launch_template" "dev_standard" {

metadata_options {
http_put_response_hop_limit = 2
http_tokens = "required"
http_tokens = "optional"
}

network_interfaces {
Expand Down Expand Up @@ -75,7 +75,7 @@ resource "aws_launch_template" "dev_high_memory" {

metadata_options {
http_put_response_hop_limit = 2
http_tokens = "required"
http_tokens = "optional"
}

network_interfaces {
Expand Down

0 comments on commit 9f1bc9e

Please sign in to comment.