apheleia/test/formatters/installers/hclfmt.bash
Dhananjay Balan 5bade7a734
Use hclfmt to format hashicorp HCL files. (#231)
Add formatter `hclfmt` for Hashicorp Configuration Langauge (HCL).
2023-10-29 15:17:34 -07:00

3 lines
130 B
Bash

apt-get install -y golang-go
go install github.com/hashicorp/hcl/v2/cmd/hclfmt@latest
cp -L "$HOME/go/bin/hclfmt" /usr/local/bin/