terraform: Update to version 0.12.5

This commit is contained in:
Richard Kuhnt 2019-07-18 18:01:12 +00:00
parent 2c5330d27c
commit 38df150173

View File

@ -1,18 +1,18 @@
{ {
"homepage": "https://www.terraform.io", "homepage": "https://www.terraform.io",
"license": "MPL-2.0", "license": "MPL-2.0",
"version": "0.12.4", "version": "0.12.5",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://releases.hashicorp.com/terraform/0.12.4/terraform_0.12.4_windows_amd64.zip", "url": "https://releases.hashicorp.com/terraform/0.12.5/terraform_0.12.5_windows_amd64.zip",
"hash": "3dfe07bb605d6bd098b2eb374c677e9ffdcda7f114c8a4f62466d2864040e623", "hash": "6b720bf935f3c121430612ca10850dcd457f4d74d2b756baadcec50fb6feac20",
"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.12.4/terraform_0.12.4_windows_386.zip", "url": "https://releases.hashicorp.com/terraform/0.12.5/terraform_0.12.5_windows_386.zip",
"hash": "c0056084d9dbae8955360f1ad49984134c10c8510fa4161a7cf9808eb77c14ef", "hash": "06d3d82660f463895052f37c52163445433744c74851152f163d910ec344f484",
"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"
} }