terraform: Update to version 1.5.2

This commit is contained in:
github-actions[bot] 2023-06-28 16:28:59 +00:00
parent 4ef28cd1b5
commit 58dca95452

View File

@ -1,17 +1,17 @@
{
"version": "1.5.1",
"version": "1.5.2",
"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.5.1/terraform_1.5.1_windows_amd64.zip",
"hash": "d134caec3833ee508b58c7956439e96807a1a0e0006847ba14c88221f728154c",
"url": "https://releases.hashicorp.com/terraform/1.5.2/terraform_1.5.2_windows_amd64.zip",
"hash": "b27e63bb1007b27282444680b724c6ce2b5cea00eb3139ca953fd5c578bc4fc1",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/1.5.1/terraform_1.5.1_windows_386.zip",
"hash": "33c7158e832fbf3c03eace67742e6abadc075b25a91971598390094396e5c34a",
"url": "https://releases.hashicorp.com/terraform/1.5.2/terraform_1.5.2_windows_386.zip",
"hash": "07732bf900066f78648c9bedafbae22b10376a43e93b2eb68b2e1cb3897b87fc",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
}
},