@storm-software/terraform-tools
Version:
Tools for managing Terraform infrastructure within a Nx workspace.
17 lines (16 loc) • 467 B
JSON
{
"$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": []
}