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

`createVolume` The GraphQL API no longer supports volume operations #246

Open matifali opened 11 months ago

matifali commented 11 months ago

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 Related to #244

matifali commented 11 months ago

cc: @zxaos

DAlperin commented 11 months ago

@matifali we're working on this https://github.com/fly-apps/terraform-provider-fly/pull/247

matifali commented 11 months ago

@DAlperin Thank you. We are looking forward to it.

matifali commented 11 months ago

Any updates? After the launch of https://registry.coder.com/templates/fly-docker-image and https://registry.coder.com/modules/fly-region, we expect many people to try the fly templates. And with the volume creation broken, it won't be a good experience.

matifali commented 10 months ago

Unfortunately, we ended up dropping the fly.io template from Coder.