chore(e2e): Add encryption to target ec2 instance (#5672)

pull/5697/head
Michael Li 12 months ago committed by GitHub
parent 25bb217a7a
commit 90b7d2c0d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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