fly-apps / terraform-provider-fly

Terraform provider for the Fly.io API
BSD 3-Clause "New" or "Revised" License
113 stars 37 forks source link

Some volume mount options in machine config should be optional #14

Closed jsierles closed 2 years ago

jsierles commented 2 years ago

In particular, sizeGb and encrypted are no-ops and should be marked as optional. Eventually they would allow creating a volume at machine launch time. For now, only a volume ID/name and a path are required.