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

Ignore module initialization when settings ignore_module #163

Merged
merged 1 commit into from Dec 9, 2017

Conversation

wata727
Copy link
Member

@wata727 wata727 commented Dec 9, 2017

Ref: #161

There was no way to solve it when module detection failed due to TFLint problem. This p-r also applies ignore_module to module initialization.

Before

$ tflint --ignore-module=hashicorp/consule/aws
ERROR: module `hashicorp/consul/aws` not found. Did you run `terraform get`?

After

$ tflint --ignore-module=hashicorp/consule/aws
Awesome! Your code is following the best practices :)

@wata727 wata727 merged commit 1670659 into master Dec 9, 2017
@wata727 wata727 deleted the ignore_module_initialization branch December 9, 2017 07:12
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