chore(e2e): Encrypt file system on vault instance (#6452)

pull/5399/merge
Michael Li 3 months ago committed by GitHub
parent 274688e9e2
commit 994e6fce85
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