Upgrade Module
You can find the released versions of the module, along with their release notes, at this link. It is essential to read the release notes carefully before upgrading to a new version, as updates may introduce breaking changes.
To change the module version, update the following line in the containers-host/terragrunt.hcl
file:
terraform {
source = "github.com/lefterisALEX/terraform-hetzner-selfhosted-services-host.git//?ref=v2.1.7"
}
Make sure to replace v2.1.7
with the desired version tag you wish to use.