Skip to main content
Version: Next

apply

Applies the generated plan (or runs apply without a plan when requested).

@terraform apply {
plan = false
args = "-no-color"
}

Capabilities

CapabilityInfo
Cacheremote
Bachno

Argument Reference

The following arguments are supported:

  • plan - (Optional) Skips the generated plan file when true. Default value is false.
  • args - (Optional) Extra terraform apply arguments.