terraform: Update to version 1.7.4

This commit is contained in:
github-actions[bot] 2024-02-21 20:25:35 +00:00
parent 0505d1c46d
commit 3f877b74a7

View File

@ -1,17 +1,17 @@
{
"version": "1.7.3",
"version": "1.7.4",
"description": "Create and manage infrastructure as code using simple declarative configuration files.",
"homepage": "https://www.terraform.io",
"license": "BUSL-1.1",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/1.7.3/terraform_1.7.3_windows_amd64.zip",
"hash": "739ef5e564fd8128a7f987d8e8bbac93676d56c7a7c3b77e200f81451206a6f7",
"url": "https://releases.hashicorp.com/terraform/1.7.4/terraform_1.7.4_windows_amd64.zip",
"hash": "2970fbb5eddcabe85b546a88ffcfc34c5fa2881379dac637af5e08e577fc0bee",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/1.7.3/terraform_1.7.3_windows_386.zip",
"hash": "8bd44d5ae10d0f909d30c7bbe86b3a00f11177346f36536df0bab91fc93d7296",
"url": "https://releases.hashicorp.com/terraform/1.7.4/terraform_1.7.4_windows_386.zip",
"hash": "98b10e598c7aa58eea4bdc6cd640a2cfa8870272b2d4e2dd20d595c55e68ee82",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
}
},