terraform: Update to version 0.13.5

This commit is contained in:
Richard Kuhnt 2020-10-21 21:00:26 +00:00
parent 87f95cfb07
commit 410b83fd2d

View File

@ -2,18 +2,18 @@
"homepage": "https://www.terraform.io", "homepage": "https://www.terraform.io",
"description": "Create and manage infrastructure as code using simple declarative configuration files.", "description": "Create and manage infrastructure as code using simple declarative configuration files.",
"license": "MPL-2.0", "license": "MPL-2.0",
"version": "0.13.4", "version": "0.13.5",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://releases.hashicorp.com/terraform/0.13.4/terraform_0.13.4_windows_amd64.zip", "url": "https://releases.hashicorp.com/terraform/0.13.5/terraform_0.13.5_windows_amd64.zip",
"hash": "87fd61dcd5c997fb06bb552795f4c0e2a60b5e90db8e4caf0e665f4bc33b8119", "hash": "1e020a208757f23da415b4fee74ae084984c2cfc20210b5c62513c6d9f0a174e",
"installer": { "installer": {
"script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null" "script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
} }
}, },
"32bit": { "32bit": {
"url": "https://releases.hashicorp.com/terraform/0.13.4/terraform_0.13.4_windows_386.zip", "url": "https://releases.hashicorp.com/terraform/0.13.5/terraform_0.13.5_windows_386.zip",
"hash": "cdcc3994072250a137a2c46a94f74bd8038cb09e57be5279904c726f93a70caa", "hash": "b82d1ffd89f16b75e54c56f1f7bc8c98331ebe802c8fe768926cd47890d70eb2",
"installer": { "installer": {
"script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" "script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
} }