Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terragrunt versions 0.67.0+ break plan output #1814

Closed
ben-of-codecraft opened this issue Nov 11, 2024 · 3 comments
Closed

Terragrunt versions 0.67.0+ break plan output #1814

ben-of-codecraft opened this issue Nov 11, 2024 · 3 comments

Comments

@ben-of-codecraft
Copy link
Contributor

Newer versions of Terragrunt will cause plans to hot show up see screen shot here:

image

This looks to be related to the cleanupTerraformOutput in execution.go expecting a different format of log output for Terragrunt, which was changed in 0.67.0+
gruntwork-io/terragrunt#3367

In order to have the logs look like they used to the following additional environment variables must be passed into the command.
https://terragrunt.gruntwork.io/docs/reference/cli-options/#terragrunt-forward-tf-stdout

It looks like a new flag needs to be added but conditionally on version upgrade. Not sure I agree with them not making that a 1.0.0 release as it seems breaking to things like digger.

@ben-of-codecraft ben-of-codecraft changed the title Terragrunt versions 0.67.0 break plan output Terragrunt versions 0.67.0+ break plan output Nov 11, 2024
@motatoes
Copy link
Contributor

I fixed this issue in the most recent release of digger

@motatoes
Copy link
Contributor

It's fixed in this PR #1801

@ben-of-codecraft
Copy link
Contributor Author

ben-of-codecraft commented Nov 11, 2024

oh crap awesome, I removed my comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants