terraform: Update to version 0.14.1

This commit is contained in:
Richard Kuhnt 2020-12-08 20:01:48 +00:00
parent a391472bca
commit 4246fa5a37

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.0", "version": "0.14.1",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://releases.hashicorp.com/terraform/0.14.0/terraform_0.14.0_windows_amd64.zip", "url": "https://releases.hashicorp.com/terraform/0.14.1/terraform_0.14.1_windows_amd64.zip",
"hash": "1364434d84981681a1d2f4f7d2d313f2abf23a971b9acd02630dd401000214f2", "hash": "939701cde46a65e2247114a87db8d64c4a23466c4be854ced4b7b08e443d7939",
"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.0/terraform_0.14.0_windows_386.zip", "url": "https://releases.hashicorp.com/terraform/0.14.1/terraform_0.14.1_windows_386.zip",
"hash": "464240a880b2338b1500b144b6b75eba21b1e63e0a22769e20a42d0752bc7e66", "hash": "a17a1c140f09513a8bfff8a5f2aeb4c5c20d43e6a0065a20e49878e41cf495a2",
"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"
} }