busser / tfautomv

Generate Terraform moved blocks automatically for painless refactoring
https://github.com/busser/tfautomv
Apache License 2.0
698 stars 24 forks source link

🐛🔨 Fix x86_64 download URLs #56

Closed busser closed 1 year ago

busser commented 1 year ago

The URLs in the install.sh script are wrong. Apparently, they have been forever. The script itself is sane; what I believe is wrong is our arbitrary replacements in the .goreleaser.yaml file. Let's fix that.

Fixes #55.