mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
terraform: Update to version 1.2.4
This commit is contained in:
parent
8d34591cc3
commit
7ae91fb9f7
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"version": "1.2.3",
|
"version": "1.2.4",
|
||||||
"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.2.3/terraform_1.2.3_windows_amd64.zip",
|
"url": "https://releases.hashicorp.com/terraform/1.2.4/terraform_1.2.4_windows_amd64.zip",
|
||||||
"hash": "19773a16263d0873bc86b1109412abb80733524bf6ef7e7290278b2fad33bff6",
|
"hash": "2e2a8bac8097f54ca015ac0ab1ac4f328e48313e6d63347cd846533b452eb8a0",
|
||||||
"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.2.3/terraform_1.2.3_windows_386.zip",
|
"url": "https://releases.hashicorp.com/terraform/1.2.4/terraform_1.2.4_windows_386.zip",
|
||||||
"hash": "811c2911b8e9f19b7d73a11b4858234854c870271864bb22ec21b582fd06e695",
|
"hash": "849f89babd7261292048a7829ccb2f77410a10453fe35e94509d9981b209ccfd",
|
||||||
"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