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

(cherry picked from commit 9aac7cdf3a)
pull/5705/head
Michael Li 12 months ago committed by GitHub
parent 129a4f6d2a
commit ab1e4c5ac6
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