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"]
}
],