Skip to content

Commit

Permalink
Fix metadata options
Browse files Browse the repository at this point in the history
  • Loading branch information
44smkn authored Jul 10, 2022
1 parent 2f99fc4 commit dbc40a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/private-isu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ resource "aws_instance" "private_isu" {
encrypted = true
}
metadata_options {
http_endpoint = "enabled"
http_tokens = "required"
}
}
Expand Down

0 comments on commit dbc40a3

Please sign in to comment.