terraform: Update to version 1.2.8

This commit is contained in:
github-actions[bot] 2022-08-24 16:31:31 +00:00
parent 79e410c8a2
commit 94fb1334c3

View File

@ -1,17 +1,17 @@
{
"version": "1.2.7",
"version": "1.2.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.2.7/terraform_1.2.7_windows_amd64.zip",
"hash": "3866eb55549514ffa73b6d460807ab8172e1a063f8dc21ab9044c45668e4dce9",
"url": "https://releases.hashicorp.com/terraform/1.2.8/terraform_1.2.8_windows_amd64.zip",
"hash": "0977924884ec36dc06027168bd62ca48cbcb9a5018fb6368978046cfe5692d37",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/1.2.7/terraform_1.2.7_windows_386.zip",
"hash": "e39212d075008017f04dfb2a834cecaa92c4d2645c0580b47c7a2e03e113e817",
"url": "https://releases.hashicorp.com/terraform/1.2.8/terraform_1.2.8_windows_386.zip",
"hash": "b52ed7b02e0300e03273fb7f801290d093d7f5b8eb3d7151add60682aefe1784",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
}
},