diff --git a/src/data/roadmaps/terraform/content/terraform-validate@wdYLjB-tKg76B7YcnhevQ.md b/src/data/roadmaps/terraform/content/terraform-validate@wdYLjB-tKg76B7YcnhevQ.md index e63f17aeb..da03e6fb1 100644 --- a/src/data/roadmaps/terraform/content/terraform-validate@wdYLjB-tKg76B7YcnhevQ.md +++ b/src/data/roadmaps/terraform/content/terraform-validate@wdYLjB-tKg76B7YcnhevQ.md @@ -1 +1,7 @@ -# terraform validate \ No newline at end of file +# terraform validate + +The validate command helps you make sure your Terraform code is syntactically correct before you deploy. This helps you to prevent misconfiguration due to missing attributes or incorrect dependencies, saving time, improving efficiency, and reducing cost. + +Learn more from the following resources: + + - [@article@Terraform Validate practical examples](https://www.env0.com/blog/terraform-validate-command-practical-examples-and-best-practices)