Terraform fmt
#Commands for Terraform fmt
#to See the difference
terraform fmt -diff
#for subdirectories formatting
terraform fmt -recursive
#disable the list of file changes
terraform fmt -list=false
Ankit Sambhare (SamBlake30)