You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---
version: 1description: Lint terraform configtype: Terraform12files:
- "env/aws/dev/main.tf"rules:
- id: root_resource_naming_conventionmessage: "Root resource name must end with the region name"category: resourceseverity: FAILUREassertions:
- key: __name__op: regexvalue: ".*(us_east_1|us_east_2|us_west_1|us_west_2|af_south_1|ap_east_1|ap_south_1|ap_northeast_1|ap_northeast_2|ap_southeast_1|ap_southeast_2|ca_central_1|eu_central_1|eu_west_1|eu_west_2|eu_west_3|eu_south_1|eu_north_1|me_south_1|sa_east_1)$"
This only happens if I set the
files
to a pathThe text was updated successfully, but these errors were encountered: