terraform: Update to version 0.12.4

This commit is contained in:
Richard Kuhnt 2019-07-11 19:01:03 +00:00
parent f607791890
commit 554ef313bd

View File

@ -1,18 +1,18 @@
{ {
"homepage": "https://www.terraform.io", "homepage": "https://www.terraform.io",
"license": "MPL-2.0", "license": "MPL-2.0",
"version": "0.12.3", "version": "0.12.4",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://releases.hashicorp.com/terraform/0.12.3/terraform_0.12.3_windows_amd64.zip", "url": "https://releases.hashicorp.com/terraform/0.12.4/terraform_0.12.4_windows_amd64.zip",
"hash": "8405fcf493bac25e377abd8402296a84e555e015db718d944baa8de83655311e", "hash": "3dfe07bb605d6bd098b2eb374c677e9ffdcda7f114c8a4f62466d2864040e623",
"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.3/terraform_0.12.3_windows_386.zip", "url": "https://releases.hashicorp.com/terraform/0.12.4/terraform_0.12.4_windows_386.zip",
"hash": "299b574557e67ecf00c234d6d0b445a4c294ea4a1f71bcf153b8a128557335f5", "hash": "c0056084d9dbae8955360f1ad49984134c10c8510fa4161a7cf9808eb77c14ef",
"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"
} }