Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(init): Add arg to execute terraform init with -no-color option #1184

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

acactown
Copy link

Description

Allow passing the -no-color option to the terraform init command.

-no-color If specified, output won't contain any color.

(There's no related Issue)

TODOs

Read the Gruntwork contribution guidelines.

  • Update the docs.
  • Run the relevant tests successfully, including pre-commit checks.
  • Ensure any 3rd party code adheres with our license policy or delete this line if its not applicable.
  • Include release notes. If this PR is backward incompatible, include a migration guide.

Release Notes (draft)

Added arg to execute terraform init with -no-color option.

Migration Guide

This change is backward compatible.

@zackproser
Copy link
Contributor

Thanks for the PR! Looks like a good start.

Could you also please add tests to ensure this new functionality doesn't cause any issues?

See 142b643 for reference - it's a pull request adding new options as well.

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.

None yet

2 participants