UNPKG

@jahed/terraform

Version:

A wrapper which downloads and runs Terraform locally via npm.

8 lines (7 loc) 343 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDownloadUrl = getDownloadUrl; const getDownloadFilename_1 = require("./getDownloadFilename"); function getDownloadUrl(args) { return `https://releases.hashicorp.com/terraform/${args.version}/${(0, getDownloadFilename_1.getDownloadFilename)(args)}`; }