#terragrunt (2024-01)

terragrunt

Terragrunt discussions

Archive: https://archive.sweetops.com/terragrunt/

2024-01-29

sarkis avatar

Any tips on vscode terragrunt.hcl file formatting? I tried using a custom formatter, but I keep hitting weird issues on file save where file on disk has newer content (not entirely sure what’s going on… but here is the relevant snippet from settings json:

"[hcl]": {
    "editor.defaultFormatter": "jkillian.custom-local-formatters",
  },
  "customLocalFormatters.formatters": [
      {
        "command": "terragrunt hclfmt -",
        "languages": ["hcl"]
      }
    ],
    keyboard_arrow_up