apply

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

@terraform apply {
    no_plan = true
    args = "-no-color"
}

Capabilities

CapabilityInfo
Cacheremote
Bachno

Argument Reference

The following arguments are supported:

  • no_plan - (Optional) Run apply without -out plan file.
  • args - (Optional) Additional arguments for terraform apply.
Last updated on