Skip to content

Commit

Permalink
Merge branch 'main' into feature/allow-CP-role-to-read-managed-policies
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence authored Oct 16, 2024
2 parents 263ca37 + ebe9da3 commit 7e50b9c
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 = "optional"
http_tokens = "required"
}

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 = "optional"
http_tokens = "required"
}

network_interfaces {
Expand Down

0 comments on commit 7e50b9c

Please sign in to comment.