.tflint.hcl 325 B

1234567891011121314
  1. # This should be enabled automatically, but enabling it manually breaks it.
  2. #plugin "aws" {
  3. # enabled = true
  4. # deep_check = false # deep checking makes api calls to verify select things
  5. #}
  6. # Custom rules go here
  7. # This also breaks
  8. #rule "aws_resource_missing_tags" {
  9. # enabled = true
  10. # tags = [
  11. # "tf_module"
  12. # ]
  13. #}