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