chore(e2e): Add encryption to target ec2 instance

pull/5672/head
Michael Li 1 year ago
parent 32d139c45e
commit 9aac7cdf3a

@ -129,6 +129,10 @@ resource "aws_instance" "target" {
"Environment" : var.environment
"Enos User" : var.enos_user,
})
root_block_device {
encrypted = true
}
}
resource "enos_remote_exec" "wait" {

Loading…
Cancel
Save