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

Releases: fly-apps/terraform-provider-fly

v0.0.23

Choose a tag to compare

@zxaos zxaos released this 22 Jun 19:14

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

Choose a tag to compare

@zxaos zxaos released this 05 Jun 19:31
998cc92

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

Choose a tag to compare

@DAlperin DAlperin released this 06 Feb 18:29

What's Changed

New Contributors

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

v0.0.20

Choose a tag to compare

@github-actions github-actions released this 07 Oct 17:01
Remove unused secret field in appDataSourceOutput

v0.0.19

Choose a tag to compare

@github-actions github-actions released this 04 Oct 18:58
Add exec field

Closes #85

v0.0.18

Choose a tag to compare

@github-actions github-actions released this 20 Sep 19:21
Add better error logging

v0.0.17

Choose a tag to compare

@github-actions github-actions released this 20 Sep 04:33
Add internal tunnel

Towards #42

v0.0.16

Choose a tag to compare

@github-actions github-actions released this 07 Sep 20:32
Remove superflous check against state in machine resource

v0.0.15

Choose a tag to compare

@github-actions github-actions released this 06 Sep 22:50
Add better logging options

v0.0.14

Choose a tag to compare

@github-actions github-actions released this 31 Aug 17:01
Make services optional.

Supersedes #76