Initial found this via terraform (https://registry.terraform.io/providers/mwudka/hetznerrobot/latest) and here in github at https://github.com/mwudka/terraform-provider-hetznerrobot, but it seems unfortunately it looks like it is no longer maintained. As you can see, I have again made a fork of what I consider to be good improvements and new features from https://github.com/SLoeuillet/terraform-provider-hetznerrobot.
I will try to keep this fork up to date, but this software comes without any guarantee of functionality. It is planned to make a release available at terraform.
Feel free to submit merge/pull requests.
- firewall
- go 1.17.9
- https://go.dev/dl/#go1.17.9
wget https://go.dev/dl/go1.17.9.linux-amd64.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.17.9.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
- https://go.dev/dl/#go1.17.9
- terraform 1.1.8
goreleaser release --snapshot --skip-sign --rm-dist
works with github action and goreleaser/action automatically at each new tag