ScoopInstaller_Main/bucket/terragrunt.json
2023-02-23 00:34:17 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.44.0",
"description": "Thin wrapper for Terraform that provides extra tools for keeping Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.",
"homepage": "https://github.com/gruntwork-io/terragrunt",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.44.0/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "fb5ba22a67f51419df7e1d30f6ab04a30405c96ad9cb0191d80415f1f8d4ef63"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.44.0/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "968d7ae03277221ad05786a60b2cd53d1c77ab4c038c64e120969a6ee454c101"
}
},
"bin": "terragrunt.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v$version/terragrunt_windows_amd64.exe#/terragrunt.exe"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v$version/terragrunt_windows_386.exe#/terragrunt.exe"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}