ScoopInstaller_Main/bucket/terragrunt.json
2020-02-26 10:01:53 +00:00

34 lines
1.4 KiB
JSON

{
"homepage": "https://github.com/gruntwork-io/terragrunt",
"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.",
"version": "0.22.5",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.22.5/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "44241751b7a77a7bc4838ebec93cb6549ae19058e662cf9e67983c898bf1bea3"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.22.5/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "05138d74bf43f897c95fbf6e2260a03a1ca30c94d7afe5257e6c5d14d937c4fb"
}
},
"bin": "terragrunt.exe",
"checkver": {
"github": "https://github.com/gruntwork-io/terragrunt"
},
"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"
}
}
}