Skip to content

Commit

Permalink
added metadata option
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Apr 26, 2022
1 parent 9483222 commit 4f2a71b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/node-group/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,13 @@ resource "aws_launch_template" "default" {
}
}

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

vpc_security_group_ids = null
user_data = null
tags = module.labels.tags
Expand Down

0 comments on commit 4f2a71b

Please sign in to comment.