Terraform Provider for Fly?

Hello, @ajbouh had been working on a Terraform Provider using the GraphQL API, for example.
But I could not find much about it, e.g. nothing yet in the [Terraform Registry] (https://registry.terraform.io/), or on GitHub, etc.

Have there been any Terraform Provider and/or Modules been released, or made available for development & test? Thank you.

We don’t have one at the moment.

1 Like

I sadly gave up on the terraform provider approach. I ended up writing a program that is invoked via command-line to “ensure” a fly app exists and is configured properly. The program reads secrets from stdout of a supplied binary. In my case these secrets come from terraform outputs.

1 Like