Quellcode durchsuchen

terraform: add validate (#3946)

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Nelson Figueroa vor 5 Jahren
Ursprung
Commit
f0e63b7404
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      pages/common/terraform.md

+ 4 - 0
pages/common/terraform.md

@@ -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`