mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-02 10:03:01 +02:00
Disable EC2 encryption by default
This commit is contained in:
parent
4cea047636
commit
606420afb7
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ cloud_providers:
|
|||
size: s-1vcpu-1gb
|
||||
image: "ubuntu-18-04-x64"
|
||||
ec2:
|
||||
encrypted: true
|
||||
encrypted: false
|
||||
size: t2.micro
|
||||
image:
|
||||
name: "ubuntu-bionic-18.04"
|
||||
|
|
Loading…
Add table
Reference in a new issue