Closed Cavonstavant closed 1 year ago
Please, format the files related to Terraform Something like this will do it : find . -type f -name "*.tf" -exec terraform fmt {} \;
Please, format the files related to Terraform
Something like this will do it :
find . -type f -name "*.tf" -exec terraform fmt {} \;
I'll do a commit hook
Please, format the files related to Terraform Something like this will do it : find . -type f -name "*.tf" -exec terraform fmt {} \; I'll do a commit hook
Please, format the files related to Terraform Something like this will do it :
Ok, I did a batch formatting
I'll do a commit hook