Skip to content

Commit

Permalink
Merge pull request #30 from Flaconi/OPS-0-fix-meta-data-option
Browse files Browse the repository at this point in the history
OPS-0 enable metadata v2
  • Loading branch information
vikkasyousaf authored May 14, 2024
2 parents 656590f + 0b46407 commit 785ef1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ resource "aws_launch_configuration" "bastion" {
)

metadata_options {
http_tokens = "required"
http_tokens = "required"
http_put_response_hop_limit = 1
http_endpoint = "enabled"
}

associate_public_ip_address = false
Expand Down

0 comments on commit 785ef1b

Please sign in to comment.