terraform: Update to version 1.1.7

This commit is contained in:
github-actions[bot] 2022-03-02 20:26:15 +00:00
parent d76d452d62
commit cda2940025

View File

@ -1,17 +1,17 @@
{
"version": "1.1.6",
"version": "1.1.7",
"description": "Create and manage infrastructure as code using simple declarative configuration files.",
"homepage": "https://www.terraform.io",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/1.1.6/terraform_1.1.6_windows_amd64.zip",
"hash": "9ff13cab10ba1441e3e587758f01ca6054ddcee6920770f16790e261a1d6aa16",
"url": "https://releases.hashicorp.com/terraform/1.1.7/terraform_1.1.7_windows_amd64.zip",
"hash": "6d971320bec87372f4416263217ba80869e50d423c8094084462122629aa4c4c",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/1.1.6/terraform_1.1.6_windows_386.zip",
"hash": "9d240d2eb60ca403f6130b5252e697056d1f1ada46e0cc09b80acf52bd1fbdac",
"url": "https://releases.hashicorp.com/terraform/1.1.7/terraform_1.1.7_windows_386.zip",
"hash": "2013a810e0e52effd28210d97b1a8d88b57216ddbcb2d654674b50bc2d7129c4",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
}
},