UNPKG

@storm-software/terraform-tools

Version:

Tools for managing Terraform infrastructure within a Nx workspace.

11 lines (7 loc) 302 B
import * as _nx_devkit from '@nx/devkit'; import { Tree } from '@nx/devkit'; interface InitGeneratorSchema { skipFormat?: boolean; } declare function initGenerator(tree: Tree, schema: InitGeneratorSchema): Promise<_nx_devkit.GeneratorCallback>; export { type InitGeneratorSchema, initGenerator };