<command>

Runs an arbitrary Terraform command (action name is forwarded to terraform). Example for command __dispatch__:

@terraform __dispatch__ {
    args = "fmt -write=false"
}

Capabilities

CapabilityInfo
Cachenever
Bachno

Argument Reference

The following arguments are supported:

  • args - (Optional) Arguments appended after the Terraform subcommand.
Last updated on