Skip to content

Commit

Permalink
Require builder instance to use IMDSv2 (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
wongma7 authored Sep 12, 2023
1 parent 524a566 commit 34ea940
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eks-worker-al2.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
"ssm_agent_version": "{{ user `ssm_agent_version`}}"
},
"ami_name": "{{user `ami_name`}}",
"ami_description": "{{ user `ami_description` }}, {{ user `ami_component_description` }}"
"ami_description": "{{ user `ami_description` }}, {{ user `ami_component_description` }}",
"metadata_options": {
"http_tokens": "required"
}
}
],
"provisioners": [
Expand Down

0 comments on commit 34ea940

Please sign in to comment.