terraform: Update to version 1.1.3

This commit is contained in:
github-actions[bot] 2022-01-07 00:32:12 +00:00
parent c8646d3981
commit 0e1db567a7

View File

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