1234567891011121314 |
- # This should be enabled automatically, but enabling it manually breaks it.
- #plugin "aws" {
- # enabled = true
- # deep_check = false # deep checking makes api calls to verify select things
- #}
- # Custom rules go here
- # This also breaks
- #rule "aws_resource_missing_tags" {
- # enabled = true
- # tags = [
- # "tf_module"
- # ]
- #}
|