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

Add terraform_documented_variables/outputs rules #350

Merged
merged 1 commit into from Jul 8, 2019

Conversation

wata727
Copy link
Member

@wata727 wata727 commented Jun 30, 2019

Fixes #174

These rules are disabled by default, so you need to write .tflint.hcl like the following if you'd like to enable these:

rule "terraform_documented_outputs" {
  enabled = true
}

rule "terraform_documented_variables" {
  enabled = true
}

@wata727 wata727 merged commit 098ebe1 into master Jul 8, 2019
@wata727 wata727 deleted the terraform_documented_variables_and_outputs branch July 8, 2019 14:00
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.

Warning or error when no description in variable or output
1 participant