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

Allow specifying multiple --ignore-module and --var-file flags #456

Merged
merged 1 commit into from
Sep 28, 2019

Conversation

wata727
Copy link
Member

@wata727 wata727 commented Sep 28, 2019

Until now, when passing multiple values with some flags, there was only the following way:

$ tflint --var-file example1.tfvars,example2.tfvars

This pull request allows these flags to be specified multiple times:

$ tflint --var-file example1.tfvars --var-file example2.tfvars

For backward compatibility, the former way also works in this time.

@wata727 wata727 merged commit 5a0cb55 into master Sep 28, 2019
@wata727 wata727 deleted the string_list_options branch September 28, 2019 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant