Skip to content

[Bug]: Restore HCL language #155

@alexeagle

Description

@alexeagle

What happened?

Switched from hcl to terraform because terraform-fmt doesn't cover everything

See comment:

# 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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions