Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #terraform #fmt
ADD COMMENT
Topic
Name
1+1 =