plan
ℹ️
This command is fully cacheable.
Generate the planfile.
@terraform plan {
variables = { configuration: "Release" }
args = "-no-color"
}
Argument Reference
The following arguments are supported:
variables
- (Optional) Variables for plan (see Terraform Variables).args
- (Optional) Arguments for command.
Last updated on