Skip to content

Run tf apply with -no-color - #30

Merged
gsavage merged 1 commit into
mainfrom
apply-with-no-color
Aug 1, 2026
Merged

Run tf apply with -no-color#30
gsavage merged 1 commit into
mainfrom
apply-with-no-color

Conversation

@JonJagger

Copy link
Copy Markdown
Contributor

Terraform appends a literal ESC[0m reset to "Apply complete!" even when its output is piped, so the raw escape ended up in the GitHub step summary, which grep-copies that line verbatim. Plan and show already pass -no-color; apply now matches.

Terraform appends a literal ESC[0m reset to "Apply complete!" even when
its output is piped, so the raw escape ended up in the GitHub step
summary, which grep-copies that line verbatim. Plan and show already
pass -no-color; apply now matches.
@gsavage
gsavage merged commit d0cd8af into main Aug 1, 2026
1 check passed
@gsavage
gsavage deleted the apply-with-no-color branch August 1, 2026 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants