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

Go module is not available at `dov.dev/fly/fly-provider` #9

Closed remorses closed 2 years ago

remorses commented 2 years ago

I would like to try creating a pulumi provider using pulumi-terraform-bridge but it seems this module is still not published

If you go to dov.dev/fly/fly-provider it gives 404

DAlperin commented 2 years ago

Hi @remorses! You can find instructions about the published version here: https://registry.terraform.io/providers/fly-apps/fly. And find the correct go module here: https://pkg.go.dev/github.com/fly-apps/terraform-provider-fly

An official pulumi provider is definitely on the roadmap and probably coming in the near future but feel free to take a crack at it, I'd love to hear from someone who has used the bridge. I will warn that currently this provider is extremely unstable and will be for a little while longer so I apologize as I imagine it will make working with it via the bridge a pain.

remorses commented 2 years ago

Ok, i will wait for the terraform provider to be stable

I saw you renamed the module, i am going to close this

marcus-sa commented 2 years ago

Hi @remorses! You can find instructions about the published version here: registry.terraform.io/providers/fly-apps/fly. And find the correct go module here: pkg.go.dev/github.com/fly-apps/terraform-provider-fly

An official pulumi provider is definitely on the roadmap and probably coming in the near future but feel free to take a crack at it, I'd love to hear from someone who has used the bridge. I will warn that currently this provider is extremely unstable and will be for a little while longer so I apologize as I imagine it will make working with it via the bridge a pain.

I'm also very interested in a Pulumi provider :)

DAlperin commented 2 years ago

@marcus-sa stay tuned :) been working on something new this week ;)