Skip to content

Commit

Permalink
Add missing key for metadata on launch config
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Martinez committed Feb 10, 2022
1 parent f96cf3f commit 9d2d12d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/aws-asg/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ resource "aws_launch_configuration" "launch_config" {
name_prefix = "cga-proxy-${random_string.prefix.result}-"

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

security_groups = compact([
Expand Down

0 comments on commit 9d2d12d

Please sign in to comment.