@storm-software/terraform-tools
Version:
Tools for managing Terraform infrastructure within a Nx workspace.
22 lines (21 loc) • 601 B
JSON
{
"$schema": "https://json-schema.org/schema",
"version": 2,
"outputCapture": "direct-nodejs",
"title": "Terraform `apply` Command Executor",
"description": "Run the `apply` 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"
},
"autoApproval": {
"type": "boolean",
"description": "A boolean flag to automatically approve the apply",
"default": false
}
},
"required": []
}