mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
terraform: run init with no-color, too (#5147)
* terraform: run `init` with no-color, too When running `terraform init` fails, it would output ansi color sequences, making the output hard to read. Maybe setting TF_IN_AUTOMATION would also be beneficial: https://www.terraform.io/cli/config/environment-variables#tf_in_automation * add changelog fragment for `terraform init -no-color` * move changelog into correct directory; add PR link
This commit is contained in:
2
changelogs/fragments/5147-terraform-init-no-color.yml
Normal file
2
changelogs/fragments/5147-terraform-init-no-color.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- terraform - run ``terraform init`` with ``-no-color`` not to mess up the stdout of the task (https://github.com/ansible-collections/community.general/pull/5147).
|
||||
Reference in New Issue
Block a user