terraform: Update to version 0.12.3

This commit is contained in:
Richard Kuhnt 2019-06-24 21:00:42 +00:00
parent 92146fd757
commit c2ff7ed2a2

View File

@ -1,24 +1,20 @@
{ {
"homepage": "https://www.terraform.io", "homepage": "https://www.terraform.io",
"license": "MPL-2.0", "license": "MPL-2.0",
"version": "0.12.2", "version": "0.12.3",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://releases.hashicorp.com/terraform/0.12.2/terraform_0.12.2_windows_amd64.zip", "url": "https://releases.hashicorp.com/terraform/0.12.3/terraform_0.12.3_windows_amd64.zip",
"hash": "ad4867345c404b21bdb39d8ee8041c2a7897b74590867bd98f12a29e4b3f0a52", "hash": "8405fcf493bac25e377abd8402296a84e555e015db718d944baa8de83655311e",
"installer": { "installer": {
"script": [ "script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
"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.2/terraform_0.12.2_windows_386.zip", "url": "https://releases.hashicorp.com/terraform/0.12.3/terraform_0.12.3_windows_386.zip",
"hash": "e0738cb2b7462569f1bea30c53d9cf4ca0a56c5b8060cccc5ce5cd04fb5f5776", "hash": "299b574557e67ecf00c234d6d0b445a4c294ea4a1f71bcf153b8a128557335f5",
"installer": { "installer": {
"script": [ "script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
"New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
]
} }
} }
}, },