Answers for "terraform fmt"

0

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
Posted by: Guest on September-17-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language