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 running terraform plan / terraform apply a list of changes is displayed followed by a useful summary line showing how many resources are impacted, then by Changes to Outputs: which can be quite verbose for some modules. This makes the plan harder to read, and a lot of the time you don't care about those details. Having a flag to optionally supress this would thus improve the user experience.
Provide a parameter (e.g. suppressOutputs) which can be set when running plan/apply (e.g. terraform plan --suppressOutputs) to prevent the Changes to Outputs section from being displayed.
Thanks for this feature request! If you are viewing this issue and would like to indicate your interest, please use the 👍 reaction on the issue description to upvote this issue. We also welcome additional use case descriptions. Thanks again!
Terraform Version
Use Cases
When running
terraform plan
/terraform apply
a list of changes is displayed followed by a useful summary line showing how many resources are impacted, then byChanges to Outputs:
which can be quite verbose for some modules. This makes the plan harder to read, and a lot of the time you don't care about those details. Having a flag to optionally supress this would thus improve the user experience.Others have asked for similar; e.g. https://stackoverflow.com/questions/76631023/do-not-print-outputs-on-terraform-apply
Attempted Solutions
Not attempted
Proposal
Provide a parameter (e.g.
suppressOutputs
) which can be set when running plan/apply (e.g.terraform plan --suppressOutputs
) to prevent theChanges to Outputs
section from being displayed.References
The text was updated successfully, but these errors were encountered: