terraform: Update to version 0.12.13

This commit is contained in:
Richard Kuhnt 2019-10-31 20:01:49 +00:00
parent 761073d41a
commit 407ef0b4a7

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