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

This commit is contained in:
Kristian Heljas 2023-01-16 23:54:07 +02:00 committed by GitHub
commit 44172ddaa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).