Difference between revisions of "Terraform validate"

From wikieduonline
Jump to navigation Jump to search
Line 22: Line 22:
 
* [[Test mode]]
 
* [[Test mode]]
 
* <code>[[aws cloudformation validate-template]]</code>
 
* <code>[[aws cloudformation validate-template]]</code>
* K8s [[datree]]
+
* K8s [[datree]] [[plugin]]
 
* <code>[[terragrunt validate]]</code>
 
* <code>[[terragrunt validate]]</code>
 
* <code>[[tflint]]</code>
 
* <code>[[tflint]]</code>

Revision as of 10:15, 29 February 2024

terraform validate [1] validates the configuration files in a directory.

terraform validate requires an initialized working directory with any referenced plugins and modules installed. Execute: terraform init -backend=false

Example

terraform validate
Success! The configuration is valid.

Examples with errors

Related

See also

  • https://www.terraform.io/docs/cli/commands/validate.html
  • Advertising: