Skip to content

Commit

Permalink
remove terraform_documented_outputs explicit def
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Dec 18, 2023
1 parent faf3f0e commit 4a92de9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions linting-configs/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ rule "terraform_deprecated_interpolation" {
enabled = true
}

# Disallow output declarations without description.
rule "terraform_documented_outputs" {
enabled = true
}

# Disallow variable declarations without description.
rule "terraform_documented_variables" {
enabled = true
Expand Down

0 comments on commit 4a92de9

Please sign in to comment.