terraform: Update to version 0.14.2

This commit is contained in:
Richard Kuhnt 2020-12-08 23:01:48 +00:00
parent 76ab342998
commit d5853b43de

View File

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