destroy

Destroys all managed resources for the current workspace.

@terraform destroy {
    variables = { configuration: "Release" }
    args = ""
}

Capabilities

CapabilityInfo
Cacheremote
Bachno

Argument Reference

The following arguments are supported:

  • variables - (Optional) Variables passed as -var assignments.
  • args - (Optional) Additional arguments for terraform destroy.
Last updated on