jmrobles / terraform-provider-fly-io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fly.io terraform provider

https://github.com/sponsors/DAlperin

⚠️ If you are a company or individual who finds this useful and would like to see it continued to be developed please consider supporting me via GH sponsors (or hiring me for all your contract development needs!). I am a student so sponsoring me helps me find more time to work on open source. Thank you!

Status

I've been working with the fly team to eventually turn this into an officially mantained provider from fly. For now this will be the canonical location for docs/releases. The official provider will live here once it's ready but don't worry about it for now, when it becomes time to switch I'll do my best to make it clear.

Resources

  • app (stable, but apps will be deprecated soon. Begin to favor machines.)
  • cert (stable)
  • ip (stable)
  • volume (stable)
  • machines (beta)
    • missing:
      • in place updates
      • machine states
      • block on machine start
      • native wireguard tunnel
  • postgres (todo)

Data sources

  • app (stable)
  • cert (stable)
  • ip (stable)
  • volume (stable)

TODO

  1. Build abstraction around querying local tunnel

About

License:Mozilla Public License 2.0


Languages

Language:Go 99.8%Language:Makefile 0.2%