ScoopInstaller_Main/bucket/terragrunt.json
2020-11-17 21:37:12 +01:00

32 lines
1.4 KiB
JSON

{
"version": "0.26.3",
"description": "Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your 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.26.3/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "39c54d0c6a67d91b1330715cdcf7f7d5a39f73604d432d2dc521fb2f13a92b37"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.3/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "d2182921c1e6adc0204835d84314b1dbaca4a93b596f803cec7befa1ac2b805c"
}
},
"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"
}
}
}