[PR #5843/44172dda backport][stable-5] Add -no-color argument to terraform validation (#5846)

Add -no-color argument to terraform validation (#5843)

(cherry picked from commit 44172ddaa6)

Co-authored-by: Kristian Heljas <11139388+kristianheljas@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2023-01-16 23:11:10 +01:00
committed by GitHub
parent 2a2bfb6c5b
commit 6aeeab18c2
2 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- terraform module - disable ANSI escape sequences during validation phase (https://github.com/ansible-collections/community.general/pull/5843).