terraform: Update to version 0.12.23

This commit is contained in:
Richard Kuhnt 2020-03-05 22:01:49 +00:00
parent a62af29a3c
commit 47823b8648

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.12.22",
"version": "0.12.23",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.12.22/terraform_0.12.22_windows_amd64.zip",
"hash": "e45fb885722d9cfaa3f45bc2dd7d9f0d5093e1d8e6ce74c58cbc48587ec4b558",
"url": "https://releases.hashicorp.com/terraform/0.12.23/terraform_0.12.23_windows_amd64.zip",
"hash": "79f89c2622a3ec656f13e92326d1ad98893659eada8f556957e8e0f2e4d688d2",
"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.12.22/terraform_0.12.22_windows_386.zip",
"hash": "23705e8aac3b3b73d5f5dc0246522591b5755aa9c86db9352d8b946da7f192ec",
"url": "https://releases.hashicorp.com/terraform/0.12.23/terraform_0.12.23_windows_386.zip",
"hash": "6c9484b7839268620f15ee1694a86cc9067a3e4b6bcf9dc0eb80056cd575aab2",
"installer": {
"script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
}