Terragrunt: How does terragrunt track with terraform 13 beta

Created on 4 Jun 2020  路  3Comments  路  Source: gruntwork-io/terragrunt

My thinking is there is a chance that not much has to change, per how your software is built, but wanted to know if there are any specifics. I'd like to beta test, but don't want to go away from terragrunt....so being lazy.

Thanks

question

All 3 comments

You should be able to start testing terragrunt with terraform 0.13 by using something like tfenv to install it alongside tf 0.12. Alternatively, you can install terraform 0.13 under a different name (e.g. terraform13) and point terragrunt to it (either using --terragrunt-tfpath or terraform_binary).

Note that any new (or updates to existing) functions introduced in tf13 won't be available until we rebuild terragrunt.

If you find any issues, report back and happy to take a look!

Ah missed that. Thanks for pointing that out and the PR: https://github.com/gruntwork-io/terragrunt/pull/1227

Was this page helpful?
0 / 5 - 0 ratings