Rules¶
Core¶
Rule | Summary |
---|---|
Enforce Variable Description | To understand what that variable does (even if it seems trivial), always add a description |
File Naming | File naming should follow a strict convention. |
Naming Convention | Terraform names should only contain lowercase alphanumeric characters and underscores. |
Required Provider Must Be Declared | All providers used in resources or data sources are declared in the terraform.required_providers block. |