{
  "$schema": "https://json-schema.org/schema",
  "version": 2,
  "outputCapture": "direct-nodejs",
  "title": "Terraform `plan` Command Executor",
  "description": "Run the `plan` command using the workspaces Terraform IoC configuration files",
  "type": "object",
  "properties": {
    "planFile": {
      "type": "string",
      "description": "The path to the plan file to create",
      "default": "defaultplan"
    }
  },
  "required": []
}
