<command>
Runs an arbitrary Terraform command (action name is forwarded to terraform).
Example for command __dispatch__:
@terraform __dispatch__ {
args = "fmt -write=false"
}Capabilities
| Capability | Info |
|---|---|
| Cache | never |
| Bach | no |
Argument Reference
The following arguments are supported:
args- (Optional) Arguments appended after the Terraform subcommand.
Last updated on