Disable ANSI color codes for cleaner CI logs.
Section: CI and Automation
Plan without color
bash
bash
terraform plan -no-colorExplanation
Disable ANSI color codes for cleaner CI logs.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing CI and Automation
Select or create workspace
Common automation pattern for ephemeral or environment-specific workspaces.
Save plan as pipeline artifact
Persist both binary and JSON plan outputs for later review or policy checks.
Custom TF_DATA_DIR in CI
Isolate Terraform local data in ephemeral build environments.