plan
This command generates the planfile:
- initialize Terraform
- select workspace
- run plan
@terraform plan {
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