alpine-docker / terragrunt

Auto-trigger docker build for terragrunt when new terraform version released
Apache License 2.0
36 stars 25 forks source link

Image tags should track Terragrunt versions #4

Closed billyfoss closed 3 years ago

billyfoss commented 4 years ago

Currently, there are several new versions of Terragrunt released, but the TravisCI build is not updating anything, because there has not been a Terraform release in the same time frame.

I believe the version of the terragrunt image tag should track the terragrunt version. It also makes sense to include the Terraform version in the tag. I will submit a PR with a proposal.

ozbillwang commented 3 years ago

yes, that's the design. see the comments https://github.com/alpine-docker/terragrunt/pull/5#issuecomment-670996827

Terragrunt version is not that import as terraform version, to simplify the build process, I decide to use terrafrom version as this image's tag.