autero1 / action-terragrunt

GitHub action for setting up Terragrunt https://terragrunt.gruntwork.io
MIT License
56 stars 24 forks source link

STDOUT appears when run terragrunt plan after use terragrunt version v0.67.0 #401

Open dcarvalhal opened 1 month ago

dcarvalhal commented 1 month ago

Before: terraform: No changes. Your infrastructure matches the configuration. terraform: Terraform has compared your real infrastructure against your configuration terraform: and found no differences, so no changes are needed.

After: �[90m18:36:31.341 �[0mSTDOUT �[36mterraform: �[0mNo changes. Your infrastructure matches the configuration. �[90m18:36:31.341 �[0mSTDOUT �[36mterraform: �[0mTerraform has compared your real infrastructure against your configuration �[90m18:36:31.341 �[0mSTDOUT �[36mterraform: �[0mand found no differences, so no changes are needed.

autero1 commented 2 weeks ago

I believe this is not related to the action, but is a Terraform / Terragrunt issue. Have you tried running with the -no-color flag?