You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that there may be bugs (and skipped version numbers as I get the build working). I'm happy to review, merge, and release, but I can't test all the features. I don't think this is such a dynamic target that stability will be lacking.
As for what's included atm:
I tweaked the code a bit unnecessarily and fixed a few issues I saw locally, deleted stuff I didn't want to maintain for now (makefiles, dockerfiles, examples, etc)
Fix mutating extant resources not forcing new #190 - I omitted volume size forcing recreate; per docs upsizes should be fine (I think this may be an upstream bug? Maybe fixed now with volume api changes?)
Replacing volume fails #154 (per above prs) -- there's a comment about volumes and sleeping, I'd like to either check an api or see if we can sleep here so no external workaround needed
I made a fork to merge a bunch of fixes and make other quality of life changes: https://github.com/andrewbaxter/terraform-provider-fly
I've re-published it here: https://registry.terraform.io/providers/andrewbaxter/fly
Note that there may be bugs (and skipped version numbers as I get the build working). I'm happy to review, merge, and release, but I can't test all the features. I don't think this is such a dynamic target that stability will be lacking.
As for what's included atm:
I tweaked the code a bit unnecessarily and fixed a few issues I saw locally, deleted stuff I didn't want to maintain for now (makefiles, dockerfiles, examples, etc)
I cherry-picked/merged:
force_httpson handlers #240auto_destroyon machines #239Affected issues:
fly_volumename validation is invalid #213fly_machine.mounts.volumeshould only acceptfly_volume.id, notfly_volume.name#168 (per above prs)servicesproperty onfly_machine#169 (per above prs)