Open mootari opened 1 year ago
Would it be feasible to use flyctl as a library instead of performing the API calls directly?
Also getting this
Error: Failed to create volume
on main.tf line 26, in resource "fly_volume" "home-volume":
26: resource "fly_volume" "home-volume" {
input:3: createVolume The GraphQL API no longer supports volume operations, please use the machines API instead (or update your flyctl version): https://docs.machines.dev/swagger/index.html#/Volumes
This breaks our existing starter template on Coder
We got the following error during a destroy run:
Resource API call: https://github.com/fly-apps/terraform-provider-fly/blob/195a1a6a4a59a393140a7c070c2a909284f25d56/internal/provider/volume_resource.go#L166