generated from bazel-contrib/rules-template
-
-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
Switched from hcl to terraform because terraform-fmt doesn't cover everything
See comment:
rules_lint/format/private/format.sh
Lines 58 to 63 in a9d300f
| # Note: terraform fmt cannot handle all HCL files such as .terraform.lock | |
| # "Only .tf and .tfvars files can be processed with terraform fmt" | |
| # so we define a custom language here instead of 'HCL' from github-linguist definition for the language. | |
| # TODO: we should probably use https://terragrunt.gruntwork.io/docs/reference/cli-options/#hclfmt instead | |
| # which does support the entire HCL language FWICT | |
| 'Terraform') patterns=('*.tf' '*.tfvars') ;; |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working