terraform: Update to version 1.1.2

This commit is contained in:
github-actions[bot] 2021-12-18 00:35:33 +00:00
parent fc04bf104c
commit ce3d5f54a6

View File

@ -1,17 +1,17 @@
{
"version": "1.1.1",
"version": "1.1.2",
"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.1/terraform_1.1.1_windows_amd64.zip",
"hash": "a426b6ee78d0c17d26729dfb996d0e296030986449afae1fee09c9b0a9d73bde",
"url": "https://releases.hashicorp.com/terraform/1.1.2/terraform_1.1.2_windows_amd64.zip",
"hash": "4c40b48b78e1c7b049fcff2f0cbf287b3df1c6d602fd6635189c45414ed16f94",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/1.1.1/terraform_1.1.1_windows_386.zip",
"hash": "a1e361373c30a4bc336aa725f638f78d35947c6409270248e7f7ac2cd42420db",
"url": "https://releases.hashicorp.com/terraform/1.1.2/terraform_1.1.2_windows_386.zip",
"hash": "6aa818b9ad9e7de02f8c45bc7fb8f6a0b0d603f22d48711059d74a013696bb00",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
}
},