From ba5fa4c475cf31f7027bbefed2b13d0f4e5570f1 Mon Sep 17 00:00:00 2001 From: Jay Patel <78554593+jarpat@users.noreply.github.com> Date: Wed, 3 Jan 2024 14:07:16 -0500 Subject: [PATCH] chore: (IAC-1292) remove terraform_documented_outputs explicit definition (#255) --- linting-configs/.tflint.hcl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/linting-configs/.tflint.hcl b/linting-configs/.tflint.hcl index 67f80317..49055e94 100644 --- a/linting-configs/.tflint.hcl +++ b/linting-configs/.tflint.hcl @@ -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