terraform: Update to version 1.5.1

This commit is contained in:
github-actions[bot] 2023-06-21 12:31:58 +00:00
parent 171a71bf4b
commit 45b1b0a184

View File

@ -1,17 +1,17 @@
{ {
"version": "1.5.0", "version": "1.5.1",
"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": "MPL-2.0", "license": "MPL-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://releases.hashicorp.com/terraform/1.5.0/terraform_1.5.0_windows_amd64.zip", "url": "https://releases.hashicorp.com/terraform/1.5.1/terraform_1.5.1_windows_amd64.zip",
"hash": "e6bf09843dd4f9a11ea3def7d6103e3977ed8ab84daf3e3570c4c65f2df443e8", "hash": "d134caec3833ee508b58c7956439e96807a1a0e0006847ba14c88221f728154c",
"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.5.0/terraform_1.5.0_windows_386.zip", "url": "https://releases.hashicorp.com/terraform/1.5.1/terraform_1.5.1_windows_386.zip",
"hash": "a03bf7987aa507d2f41c9f016c93c9b15b1d67c7e4a0034b41a1b5a8a0572e34", "hash": "33c7158e832fbf3c03eace67742e6abadc075b25a91971598390094396e5c34a",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
} }
}, },