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