Closed Gaurang033 closed 3 months ago
I just realized the terragurnt hclfmt command has a subtle difference than terraform fmt command. rather than giving the formatted content as output, this overwrites the file. and so this change. I tested this in local and seem to work fine.
terragurnt hclfmt
terraform fmt
I just realized the
terragurnt hclfmt
command has a subtle difference thanterraform fmt
command. rather than giving the formatted content as output, this overwrites the file. and so this change. I tested this in local and seem to work fine.