terraform: add fmt (#3941)

client-spec/clarity
Nelson Figueroa 2020-03-27 07:28:23 -07:00 committed by GitHub
parent a687c64e3f
commit 5460fb1014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
`terraform init`
- Format configuration according to Terraform language style conventions:
`terraform fmt`
- Generate and show an execution plan:
`terraform plan`