alpine-docker / terragrunt

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

The currently installed version of Terraform (0.11.15) is not compatible with the version Terragrunt requires (>= v0.12.0) #11

Closed jvanenckevort closed 3 years ago

jvanenckevort commented 3 years ago

Could this be fixed? The terraform version is inconsistent in what terragrunt requires.

ozbillwang commented 3 years ago

which image did you pull? Is it latest one?

$ docker run -ti --rm alpine/terragrunt bash
bash-5.1# terraform version
Terraform v0.15.3
on linux_amd64
bash-5.1# terragrunt --version
terragrunt version v0.29.2
bash-5.1#
jvanenckevort commented 3 years ago

I used the latest image version at the time of writing. Since nothing changed in our codebase, I suspected the image to be faulty. Seems everything is working now.