terraform: Update to version 1.7.3

This commit is contained in:
github-actions[bot] 2024-02-08 04:25:28 +00:00
parent 7962156aa8
commit 68aac79e55

View File

@ -1,17 +1,17 @@
{ {
"version": "1.7.2", "version": "1.7.3",
"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.2/terraform_1.7.2_windows_amd64.zip", "url": "https://releases.hashicorp.com/terraform/1.7.3/terraform_1.7.3_windows_amd64.zip",
"hash": "9ceedbdd1a8ee54728029d0eda0cf8838e0d02631e942813a445610b715f8638", "hash": "739ef5e564fd8128a7f987d8e8bbac93676d56c7a7c3b77e200f81451206a6f7",
"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.2/terraform_1.7.2_windows_386.zip", "url": "https://releases.hashicorp.com/terraform/1.7.3/terraform_1.7.3_windows_386.zip",
"hash": "1fa2effa9356b34082ff8a5e7162f9748611560359536ed45e422c2e73e89af5", "hash": "8bd44d5ae10d0f909d30c7bbe86b3a00f11177346f36536df0bab91fc93d7296",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
} }
}, },