terraform: Update to version 0.12.21

This commit is contained in:
Richard Kuhnt 2020-02-19 19:01:51 +00:00
parent 5501f564d9
commit 2c46d9cd6e

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.20",
"version": "0.12.21",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.12.20/terraform_0.12.20_windows_amd64.zip",
"hash": "7213442bb7b7b554ec0895a2917a71e0e2945ffbae5424bb92696d9213f50bb6",
"url": "https://releases.hashicorp.com/terraform/0.12.21/terraform_0.12.21_windows_amd64.zip",
"hash": "254e5f870efe9d86a3f211a1b9c3c01325fc380e428f54542b7750d8bfd62bb1",
"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.20/terraform_0.12.20_windows_386.zip",
"hash": "3e7c6aca476f7c82a96106d854f72851715483939667d99ebb0118a944592b6b",
"url": "https://releases.hashicorp.com/terraform/0.12.21/terraform_0.12.21_windows_386.zip",
"hash": "b662994294709bd7fdea67b5522310c5fd1ef1446fb78f8868ed672247800355",
"installer": {
"script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
}