terraform: Update to version 0.14.3

This commit is contained in:
Richard Kuhnt 2020-12-18 00:01:48 +00:00
parent 0e65ca47c0
commit b25ebf0996

View File

@ -2,18 +2,18 @@
"homepage": "https://www.terraform.io", "homepage": "https://www.terraform.io",
"description": "Create and manage infrastructure as code using simple declarative configuration files.", "description": "Create and manage infrastructure as code using simple declarative configuration files.",
"license": "MPL-2.0", "license": "MPL-2.0",
"version": "0.14.2", "version": "0.14.3",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://releases.hashicorp.com/terraform/0.14.2/terraform_0.14.2_windows_amd64.zip", "url": "https://releases.hashicorp.com/terraform/0.14.3/terraform_0.14.3_windows_amd64.zip",
"hash": "cccde2f6a3aa8265fde7740561352dbba275f0f5f29323641c3caea6d0e6f286", "hash": "f9b13a80c8926a773ccb052da98cca6cb45863ba4140466af7e24c0b61a073c2",
"installer": { "installer": {
"script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null" "script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
} }
}, },
"32bit": { "32bit": {
"url": "https://releases.hashicorp.com/terraform/0.14.2/terraform_0.14.2_windows_386.zip", "url": "https://releases.hashicorp.com/terraform/0.14.3/terraform_0.14.3_windows_386.zip",
"hash": "979bde8be96f42b7c62d065a12d4ca8d912c75044be250963c0aee061e6b2f47", "hash": "784e838aad10ba13c4c50b0a738591e914ee5f6b1a092da89ba09e4e5b1e1877",
"installer": { "installer": {
"script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" "script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
} }