We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running terragrunt destroy from a module that includes a parent causes destroy logs to go to DEBUG log level instead of stdout.
terragrunt destroy
# Setup Directory cd (mktemp -d) mkdir terragrunt-destroy-log-bug cd terragrunt-destroy-log-bug # Setup Terragrunt Files touch terragrunt.hcl mkdir example echo 'include { path = find_in_parent_folders() }' > example/terragrunt.hcl echo 'resource "null_resource" "example" {}' > example/example.tf # Apply cd example terragrunt apply -auto-approve # Destroy terragrunt destroy # No messages on stdout terragrunt destroy --terragrunt-log-level debug # Messages appear
Destroy logs should go to stdout.
Terminal Recording of Bug:
0.69.7
v1.8.6
MacOS Sonoma 14.7.1 (23H222)
N/A
The text was updated successfully, but these errors were encountered:
Thanks for reporting this, @Kab1r . We'll take a look at this soon and get back to you.
Sorry, something went wrong.
Resolved in v0.69.10 release.
Successfully merging a pull request may close this issue.
Describe the bug
Running
terragrunt destroy
from a module that includes a parent causes destroy logs to go to DEBUG log level instead of stdout.Steps To Reproduce
Expected behavior
Destroy logs should go to stdout.
Nice to haves
Terminal Recording of Bug:
Versions
0.69.7
v1.8.6
MacOS Sonoma 14.7.1 (23H222)
Additional context
N/A
The text was updated successfully, but these errors were encountered: