terraform: Update to version 1.0.9

This commit is contained in:
Richard Kuhnt 2021-10-13 19:01:50 +00:00
parent 89a6f0e1b1
commit d2f41d2597

View File

@ -1,17 +1,17 @@
{
"version": "1.0.8",
"version": "1.0.9",
"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.0.8/terraform_1.0.8_windows_amd64.zip",
"hash": "4ba5058d051f15b48dc7a86d65f2b76e3fc637a0c98f321b01204df437ad07d8",
"url": "https://releases.hashicorp.com/terraform/1.0.9/terraform_1.0.9_windows_amd64.zip",
"hash": "5518b138557ede4c0e98ca2635222096879e9753ea4cc9bbb0306299468b8cda",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/1.0.8/terraform_1.0.8_windows_386.zip",
"hash": "cf2428950271cc8fcc460f492b8764c78b59661b89c62b449e974b91f5c5260f",
"url": "https://releases.hashicorp.com/terraform/1.0.9/terraform_1.0.9_windows_386.zip",
"hash": "83590b1a77ad59c0e5aea20e27eef7d35e61d951842de10f3a5fce52c1470fdb",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
}
},