1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-07 23:53:41 +02:00

terraform: add fmt (#3941)

This commit is contained in:
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

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`