@storm-software/terraform-tools
Version:
Tools for managing Terraform infrastructure within a Nx workspace.
47 lines (46 loc) • 2.02 kB
JSON
{
"executors": {
"plan": {
"implementation": "./dist/src/executors/plan/executor",
"schema": "./dist/src/executors/plan/schema.json",
"description": "Run the `plan` command using the workspaces Terraform IoC configuration files"
},
"apply": {
"implementation": "./dist/src/executors/apply/executor",
"schema": "./dist/src/executors/apply/schema.json",
"description": "Run the `apply` command using the workspaces Terraform IoC configuration files"
},
"output": {
"implementation": "./dist/src/executors/output/executor",
"schema": "./dist/src/executors/output/schema.json",
"description": "Run the `output` command using the workspaces Terraform IoC configuration files"
},
"destroy": {
"implementation": "./dist/src/executors/destroy/executor",
"schema": "./dist/src/executors/destroy/schema.json",
"description": "Run the `destroy` command using the workspaces Terraform IoC configuration files"
}
},
"builders": {
"plan": {
"implementation": "./dist/src/executors/plan/executor",
"schema": "./dist/src/executors/plan/schema.json",
"description": "Run the `plan` command using the workspaces Terraform IoC configuration files"
},
"apply": {
"implementation": "./dist/src/executors/apply/executor",
"schema": "./dist/src/executors/apply/schema.json",
"description": "Run the `apply` command using the workspaces Terraform IoC configuration files"
},
"output": {
"implementation": "./dist/src/executors/output/executor",
"schema": "./dist/src/executors/output/schema.json",
"description": "Run the `output` command using the workspaces Terraform IoC configuration files"
},
"destroy": {
"implementation": "./dist/src/executors/destroy/executor",
"schema": "./dist/src/executors/destroy/schema.json",
"description": "Run the `destroy` command using the workspaces Terraform IoC configuration files"
}
}
}