UNPKG

@jahed/terraform

Version:

A wrapper which downloads and runs Terraform locally via npm.

3 lines (2 loc) 150 B
import type { DownloadArgs } from "./types"; export declare function getDownloadFilename({ version, platform, architecture, }: DownloadArgs): string;