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
feat(plan) Remove "refreshing state" & reduce to summary for 20+ lines
The output of `terraform plan` can become excessive when posted within
a Github comment. This adds noise and makes code review discussions more
difficult.
New features in this commit:
* Strip out the "Refreshing Terraform state..." section.
* Wrap output in a <detail><summary></summary></block>
when there are more than 20 lines.
fixeshashicorp#1
0 commit comments