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:
parent
a687c64e3f
commit
5460fb1014
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
|
||||
`terraform init`
|
||||
|
||||
- Format configuration according to Terraform language style conventions:
|
||||
|
||||
`terraform fmt`
|
||||
|
||||
- Generate and show an execution plan:
|
||||
|
||||
`terraform plan`
|
||||
|
|
Loading…
Add table
Reference in a new issue