Skip to content

utilitywarehouse/tflint-ruleset-uw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFLint UW ruleset

This is a tflint plugin for enforing UW rules

Installation

You can install the plugin with tflint --init. Declare a config in .tflint.hcl as follows:

plugin "uw" {
  enabled = true

  version = "x.y.z"
  source  = "github.com/utilitywarehouse/tflint-ruleset-uw"
}

Rules

Name Description
aws_security_group_missing_owner_tag Requires aws security groups to have an "owner" tag

Using the plugin locally

Clone the repository locally and run the following command:

$ make install

Add the local (no "source" attribute) version of the plugin to your .tflint.hcl

plugin "uw" {
  enabled = true
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published