terraform: Update to version 0.13.4

This commit is contained in:
Richard Kuhnt 2020-09-30 19:00:22 +00:00
parent 01e2b43c27
commit 295d6eedd9

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.13.3",
"version": "0.13.4",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.13.3/terraform_0.13.3_windows_amd64.zip",
"hash": "e4aba639b2fb946c5c17b982c22c8ff3a7a3c07725978284ffc1cc651961da2c",
"url": "https://releases.hashicorp.com/terraform/0.13.4/terraform_0.13.4_windows_amd64.zip",
"hash": "87fd61dcd5c997fb06bb552795f4c0e2a60b5e90db8e4caf0e665f4bc33b8119",
"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.13.3/terraform_0.13.3_windows_386.zip",
"hash": "f039b0180abff3486022a3e35986aa959b7650a438277b99bfa13a16a11538d0",
"url": "https://releases.hashicorp.com/terraform/0.13.4/terraform_0.13.4_windows_386.zip",
"hash": "cdcc3994072250a137a2c46a94f74bd8038cb09e57be5279904c726f93a70caa",
"installer": {
"script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
}