mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
terraform: Update to version 0.12.22
This commit is contained in:
parent
d2675559e9
commit
957041e4cd
@ -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.21",
|
"version": "0.12.22",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://releases.hashicorp.com/terraform/0.12.21/terraform_0.12.21_windows_amd64.zip",
|
"url": "https://releases.hashicorp.com/terraform/0.12.22/terraform_0.12.22_windows_amd64.zip",
|
||||||
"hash": "254e5f870efe9d86a3f211a1b9c3c01325fc380e428f54542b7750d8bfd62bb1",
|
"hash": "e45fb885722d9cfaa3f45bc2dd7d9f0d5093e1d8e6ce74c58cbc48587ec4b558",
|
||||||
"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.21/terraform_0.12.21_windows_386.zip",
|
"url": "https://releases.hashicorp.com/terraform/0.12.22/terraform_0.12.22_windows_386.zip",
|
||||||
"hash": "b662994294709bd7fdea67b5522310c5fd1ef1446fb78f8868ed672247800355",
|
"hash": "23705e8aac3b3b73d5f5dc0246522591b5755aa9c86db9352d8b946da7f192ec",
|
||||||
"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