Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Releases: fly-apps/terraform-provider-fly

v0.0.23

22 Jun 19:14
Compare
Choose a tag to compare

What's Changed

  • Removed an internal dependency on wireguard to make requests to the Machines API. This should result in machines resources being quicker and more reliable.
  • Added instructions for building the provider using containers instead of a local Go install. (Thanks to @ryansch for this change)

Full Changelog: v0.0.22...v0.0.23

v0.0.22

05 Jun 19:31
998cc92
Compare
Choose a tag to compare

What's Changed

  • Bring the provider up to date with terraform-plugin-framework 1.2.0
  • Update dependencies
  • Move to Go version 1.20
  • Make it easier for contributors to run acceptance tests in their own Fly org
  • Make API and timeout error handling more consistent
  • Remove volume internalid

Full Changelog: v0.0.21...v0.0.22

v0.0.21

06 Feb 18:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.20...v0.0.21

v0.0.20

07 Oct 17:01
Compare
Choose a tag to compare
Remove unused secret field in appDataSourceOutput

v0.0.19

04 Oct 18:58
Compare
Choose a tag to compare
Add exec field

Closes #85

v0.0.18

20 Sep 19:21
Compare
Choose a tag to compare
Add better error logging

v0.0.17

20 Sep 04:33
Compare
Choose a tag to compare
Add internal tunnel

Towards #42

v0.0.16

07 Sep 20:32
Compare
Choose a tag to compare
Remove superflous check against state in machine resource

v0.0.15

06 Sep 22:50
Compare
Choose a tag to compare
Add better logging options

v0.0.14

31 Aug 17:01
Compare
Choose a tag to compare
Make services optional.

Supersedes #76