We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7b78c0 + 9c7e0d6 commit c96e749Copy full SHA for c96e749
main.tf
@@ -158,6 +158,11 @@ resource "aws_launch_template" "x86" {
158
arn = aws_iam_instance_profile.instance[0].arn
159
}
160
161
+ metadata_options {
162
+ http_tokens = "required"
163
+ http_put_response_hop_limit = 1
164
+ }
165
+
166
network_interfaces {
167
device_index = 0
168
associate_public_ip_address = true
@@ -194,6 +199,11 @@ resource "aws_launch_template" "arm" {
194
199
195
200
196
201
202
203
204
205
206
197
207
198
208
209
0 commit comments