UNPKG

@storm-software/terraform-tools

Version:

Tools for managing Terraform infrastructure within a Nx workspace.

6 lines (4 loc) 164 B
import { TerraformExecutorSchema } from "../../base/terraform-executor"; export type PlanExecutorSchema = Required< Pick<TerraformExecutorSchema, "planFile"> >;