You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When redirecting STDERR, -out CLI option doesn't generate and output file with plan info.
Steps To Reproduce
# Creates plan.tfplan with plan info
terragrunt plan -out=plan.tfplan# Doesn't create plan.tfplan, still redirects STDERR to errors.txt
terragrunt plan -out=plan.tfplan2> errors.txt
Expected behavior
Creation of -out specified output plan file and redirection of STDERR to file working at the same time.
Nice to haves
Terminal output :
Saved the plan to: plan.tfplan
To perform exactly these actions, run the following command to apply:
terraform apply "plan.tfplan"
Describe the bug
When redirecting STDERR, -out CLI option doesn't generate and output file with plan info.
Steps To Reproduce
Expected behavior
Creation of
-out
specified output plan file and redirection of STDERR to file working at the same time.Nice to haves
Versions
Additional context
Same with or without
--terragrunt-forward-tf-stdout
flagThe text was updated successfully, but these errors were encountered: