atom-terragrunt-hclfmt
Format hcl source code with terragrunt hclfmt
adamcrews 1,545 2 1.4.0 MIT GitHub

atom-terragrunt-hclfmt package

Format hcl source code with terragrunt hclfmt.

Since hclfmt is no longer maintained, we'll use the terragrunt version of it, built into terragrunt

This atom package was forked and updated from: https://github.com/chrw/atom-hclfmt

Requirements

  • terragrunt: https://terragrunt.gruntwork.io/

Configuration

"atom-terragrunt-hclfmt":
  binPath: "terragrunt"
  fmtOnSave: true