mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
terraform: Update to version 1.5.2
This commit is contained in:
parent
4ef28cd1b5
commit
58dca95452
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"version": "1.5.1",
|
"version": "1.5.2",
|
||||||
"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.1/terraform_1.5.1_windows_amd64.zip",
|
"url": "https://releases.hashicorp.com/terraform/1.5.2/terraform_1.5.2_windows_amd64.zip",
|
||||||
"hash": "d134caec3833ee508b58c7956439e96807a1a0e0006847ba14c88221f728154c",
|
"hash": "b27e63bb1007b27282444680b724c6ce2b5cea00eb3139ca953fd5c578bc4fc1",
|
||||||
"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.1/terraform_1.5.1_windows_386.zip",
|
"url": "https://releases.hashicorp.com/terraform/1.5.2/terraform_1.5.2_windows_386.zip",
|
||||||
"hash": "33c7158e832fbf3c03eace67742e6abadc075b25a91971598390094396e5c34a",
|
"hash": "07732bf900066f78648c9bedafbae22b10376a43e93b2eb68b2e1cb3897b87fc",
|
||||||
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
|
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user