1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 16:26:04 +02:00

terraform: add validate (#3946)

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
Nelson Figueroa 2020-03-29 03:46:08 -07:00 committed by GitHub
parent 4a1eb5d462
commit f0e63b7404
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,10 @@
`terraform init`
- Verify that the configuration files are syntactically valid:
`terraform validate`
- Format configuration according to Terraform language style conventions:
`terraform fmt`