terraform: Update to version 1.5.3

This commit is contained in:
github-actions[bot] 2023-07-12 16:31:03 +00:00
parent b2500b8d12
commit bc6993677a

View File

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