validate
This command validates the project:
- initialize Terraform
- select workspace
- run validate
@terraform validate {
variables = { configuration: "Release" }
}
Argument Reference
The following arguments are supported:
variables
- (Optional) Variables for plan (see Terraform Variables).
Last updated on