{
  "$schema": "https://json-schema.org/schema",
  "version": 2,
  "outputCapture": "direct-nodejs",
  "title": "Terraform `destroy` Command Executor",
  "description": "Run the `destroy` command using the workspaces Terraform IoC configuration files",
  "type": "object",
  "properties": {
    "autoApproval": {
      "type": "boolean",
      "description": "A boolean flag to automatically approve the destroy",
      "default": false
    }
  },
  "required": []
}
