terraform: Update to version 1.7.5

This commit is contained in:
github-actions[bot] 2024-03-14 00:33:07 +00:00
parent 53376490a5
commit 2d5fabe74d

View File

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