Skip to content

Commit

Permalink
disable tf module pinned source
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 21, 2022
1 parent e745e30 commit fd4d138
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ rule "aws_instance_invalid_type" {
plugin "aws" {
enabled = true
}

# https://github.com/terraform-linters/tflint/blob/v0.33.1/docs/rules/terraform_module_pinned_source.md
rule "terraform_module_pinned_source" {
enabled = false
}

0 comments on commit fd4d138

Please sign in to comment.