Skip to content

Commit

Permalink
ci: refactor terraform validation
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Nov 16, 2024
1 parent 303815c commit 2a51949
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions .tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,20 @@ config {
call_module_type = "local"
}

plugin "terraform" {
enabled = true
version = "0.10.0"
source = "github.com/terraform-linters/tflint-ruleset-terraform"
}

plugin "aws" {
enabled = true
version = "0.34.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}

# rule "terraform_comment_syntax" {
# enabled = true
# }
rule "terraform_comment_syntax" {
enabled = true
}

# rule "terraform_naming_convention" {
# enabled = true
# }
rule "terraform_naming_convention" {
enabled = true
}

# rule "terraform_documented_variables" {
# enabled = true
# }
rule "terraform_documented_variables" {
enabled = true
}

0 comments on commit 2a51949

Please sign in to comment.