terraform: Update to version 0.12.26

This commit is contained in:
Richard Kuhnt 2020-05-27 17:01:49 +00:00
parent 61dcd7325c
commit ed5d67fb9e

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.12.25", "version": "0.12.26",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://releases.hashicorp.com/terraform/0.12.25/terraform_0.12.25_windows_amd64.zip", "url": "https://releases.hashicorp.com/terraform/0.12.26/terraform_0.12.26_windows_amd64.zip",
"hash": "81356460648abc8e6b76974c518be7989c6fd6f497bb3c604988fd876b363321", "hash": "f232bf25dc32e618fbb692b98857d10a84e16e531e9ce5e87e060c1369bde092",
"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.12.25/terraform_0.12.25_windows_386.zip", "url": "https://releases.hashicorp.com/terraform/0.12.26/terraform_0.12.26_windows_386.zip",
"hash": "daa4d3ce5e3e0dbcfe83be4310e7c8fb50098953e2e8fbfabfe2bc526390bcca", "hash": "a793b82a0b61e87a4174aff54efcfdf522a2a20b21d73875e9581156f9ae036a",
"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"
} }