terraform: Update to version 1.1.8

This commit is contained in:
github-actions[bot] 2022-04-07 20:27:31 +00:00
parent b282c1d94b
commit cd56ac8e2d

View File

@ -1,17 +1,17 @@
{
"version": "1.1.7",
"version": "1.1.8",
"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.7/terraform_1.1.7_windows_amd64.zip",
"hash": "6d971320bec87372f4416263217ba80869e50d423c8094084462122629aa4c4c",
"url": "https://releases.hashicorp.com/terraform/1.1.8/terraform_1.1.8_windows_amd64.zip",
"hash": "a14ccf89a3e534d2bfd7fbc1229865d061ac68309a3ff05852f2e829010a517d",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/1.1.7/terraform_1.1.7_windows_386.zip",
"hash": "2013a810e0e52effd28210d97b1a8d88b57216ddbcb2d654674b50bc2d7129c4",
"url": "https://releases.hashicorp.com/terraform/1.1.8/terraform_1.1.8_windows_386.zip",
"hash": "30b4254b690d612f9e94f1c2dab887bc90a7c03b217c063b3bd3f1e70d94cc2c",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
}
},