mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
terraform: Update to version 0.12.10
This commit is contained in:
parent
a3ef84d458
commit
f8f99b9d41
@ -2,18 +2,18 @@
|
|||||||
"homepage": "https://www.terraform.io",
|
"homepage": "https://www.terraform.io",
|
||||||
"description": "Create and manage infrastructure as code using simple declarative configuration files.",
|
"description": "Create and manage infrastructure as code using simple declarative configuration files.",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"version": "0.12.9",
|
"version": "0.12.10",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://releases.hashicorp.com/terraform/0.12.9/terraform_0.12.9_windows_amd64.zip",
|
"url": "https://releases.hashicorp.com/terraform/0.12.10/terraform_0.12.10_windows_amd64.zip",
|
||||||
"hash": "a6f4ade992b270ae478b27cb823a5d2b3fa435409add299258aee1941ff4353c",
|
"hash": "985fd7ee23030d43dd73fa649522e95a9dcfed7d29b8d42d37e92993c22b9b76",
|
||||||
"installer": {
|
"installer": {
|
||||||
"script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
|
"script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://releases.hashicorp.com/terraform/0.12.9/terraform_0.12.9_windows_386.zip",
|
"url": "https://releases.hashicorp.com/terraform/0.12.10/terraform_0.12.10_windows_386.zip",
|
||||||
"hash": "251462474f205ed747f3fc41225308d240c53341d7fff0ffbbf9811bc7d9bf7d",
|
"hash": "7d950a1582c3c3773ae1c2376f4ac6792a218a76d9bdeb4012fc04f41da0476e",
|
||||||
"installer": {
|
"installer": {
|
||||||
"script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
|
"script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user