terraform: Update to version 0.14.0

This commit is contained in:
Richard Kuhnt 2020-12-03 06:01:48 +00:00
parent 90c8e7ca18
commit 2c17ee40e6

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.13.5",
"version": "0.14.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.13.5/terraform_0.13.5_windows_amd64.zip",
"hash": "1e020a208757f23da415b4fee74ae084984c2cfc20210b5c62513c6d9f0a174e",
"url": "https://releases.hashicorp.com/terraform/0.14.0/terraform_0.14.0_windows_amd64.zip",
"hash": "1364434d84981681a1d2f4f7d2d313f2abf23a971b9acd02630dd401000214f2",
"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.13.5/terraform_0.13.5_windows_386.zip",
"hash": "b82d1ffd89f16b75e54c56f1f7bc8c98331ebe802c8fe768926cd47890d70eb2",
"url": "https://releases.hashicorp.com/terraform/0.14.0/terraform_0.14.0_windows_386.zip",
"hash": "464240a880b2338b1500b144b6b75eba21b1e63e0a22769e20a42d0752bc7e66",
"installer": {
"script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
}