Skip to content

Commit

Permalink
set https token requirements to optional (#5575)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman authored Apr 4, 2024
1 parent acad583 commit 30b77b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ locals {
})
instance = merge(local.defaults_ec2.instance, {
vpc_security_group_ids = ["boe", "oasys_db"]
metadata_options_http_tokens = "optional" # required as Rhel 6 cloud-init does not support IMDSv2
})
# cloudwatch_metric_alarms = local.ec2_cloudwatch_metric_alarms.boe off for now
tags = {
Expand Down

0 comments on commit 30b77b0

Please sign in to comment.