terraform: Update to version 0.12.14

This commit is contained in:
Richard Kuhnt 2019-11-13 23:00:18 +00:00
parent e85a0e81a0
commit c4db77f349

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.13",
"version": "0.12.14",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.12.13/terraform_0.12.13_windows_amd64.zip",
"hash": "d68127371734d169c9a9d020cc6079a6a985ed7876b36b899b553aa8f0e04abc",
"url": "https://releases.hashicorp.com/terraform/0.12.14/terraform_0.12.14_windows_amd64.zip",
"hash": "7409fd42a95dada5ba1ff7ca6ddba531ac04bf85269c725e9120fbe3199d842a",
"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.13/terraform_0.12.13_windows_386.zip",
"hash": "094b2e8d3fd881625c8a7b296a25cffebcd8bf6645c810d94cbb3cfb5e3be9b1",
"url": "https://releases.hashicorp.com/terraform/0.12.14/terraform_0.12.14_windows_386.zip",
"hash": "44ec4f2110cc7f2158c15d89e3bc161cc422536f16d5c0f42bff73694640b6a6",
"installer": {
"script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
}