Skip to content

Commit f51e242

Browse files
author
Mitko Tschimev
committed
feat: update to terraform 0.12.18
1 parent 77e95bc commit f51e242

File tree

3 files changed

+44
-44
lines changed

3 files changed

+44
-44
lines changed

package-lock.json

+41-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "terraform-npm",
3-
"version": "0.2.7",
2+
"name": "@dev-thought/terraform-npm",
3+
"version": "0.12.18",
44
"description": "An NPM executable package for HashiCorp's Terraform.",
55
"homepage": "https://www.npmjs.com/package/terraform-npm",
66
"repository": "https://github.com/steven-xie/terraform-npm",

src/install-terraform/get-platform-url.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const assert = require('assert').strict;
22

33
// Terraform download source contants
4-
const TF_ROOT_URI = 'https://releases.hashicorp.com/terraform/0.11.10/terraform_0.11.10_';
4+
const TF_ROOT_URI = 'https://releases.hashicorp.com/terraform/0.12.18/terraform_0.12.18_';
55
const TF_ZIP_URIS = {
66
DARWIN: 'darwin_amd64.zip',
77
FREEBSD_32: 'freebsd_386.zip',

0 commit comments

Comments
 (0)