UNPKG

@jahed/terraform

Version:

A wrapper which downloads and runs Terraform locally via npm.

4 lines (3 loc) 123 B
import { Outputs } from "./types"; declare const getVersion: (outputs: Outputs) => Promise<string>; export { getVersion };