fly-apps / terraform-provider-fly

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

`fly_volume` name validation is invalid #213

Open xxczaki opened 1 year ago

xxczaki commented 1 year ago

Attempting to name a volume "example-vol" will throw a Terraform validation error:

Attribute name only allows alphanumeric characters and underscores, got: example-vol

However, changing it to `example_vol" will make the Fly API throw as well:

Name may only contain numbers, lowercase letters and dashes