This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
Releases: fly-apps/terraform-provider-fly
Releases · fly-apps/terraform-provider-fly
v0.0.23
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
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
What's Changed
- Import certs with app_id,hostname ids by @ryansch in #99
- Make app required for machine resources by @andrewbaxter in #129
- Log machine create http errors by @andrewbaxter in #128
New Contributors
- @ryansch made their first contribution in #99
- @andrewbaxter made their first contribution in #129
Full Changelog: v0.0.20...v0.0.21
v0.0.20
Remove unused secret field in appDataSourceOutput
v0.0.19
Add exec field Closes #85
v0.0.18
Add better error logging
v0.0.17
Add internal tunnel Towards #42
v0.0.16
Remove superflous check against state in machine resource
v0.0.15
Add better logging options
v0.0.14
Make services optional. Supersedes #76