mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-09 14:53:35 +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`
|
`terraform init`
|
||||||
|
|
||||||
|
- Format configuration according to Terraform language style conventions:
|
||||||
|
|
||||||
|
`terraform fmt`
|
||||||
|
|
||||||
- Generate and show an execution plan:
|
- Generate and show an execution plan:
|
||||||
|
|
||||||
`terraform plan`
|
`terraform plan`
|
||||||
|
|
Loading…
Add table
Reference in a new issue