=> fly volumes list
ID STATE NAME SIZE REGION ZONE ENCRYPTED ATTACHED VM CREATED AT
<vol id> created <volume name> 5GB sjc 91af false <vm id> 9 minutes ago
It seems like the encrypted option shouldn't be in the mounts block inside fly_machine resource, it should be a part of fly_volume resource.
Please see following:
Volume:
Machine:
Resulted in:
It seems like the
encrypted
option shouldn't be in themounts
block insidefly_machine
resource, it should be a part offly_volume
resource.