backport of commit 0758183b35 (#6455)

Co-authored-by: Michael Li <michael.li@hashicorp.com>
pull/6460/head
hc-github-team-secure-boundary 2 months ago committed by GitHub
parent 2bd8a569ac
commit 723928409c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -18,6 +18,10 @@ resource "aws_instance" "vault_instance" {
},
)
root_block_device {
encrypted = true
}
metadata_options {
http_endpoint = "enabled"
http_tokens = "required"

Loading…
Cancel
Save