UNPKG

@storm-software/terraform-tools

Version:

Tools for managing Terraform infrastructure within a Nx workspace.

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