ScoopInstaller_Main/bucket/terragrunt.json
2020-02-12 12: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.21.13",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.13/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "2592a8af41d6e9809b505c8433ac00ff6add95e7836230ee52a00f5147b67a71"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.13/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "c52a566a1547fb9e13bb02d5bed4431db3d6830caa539a77deb7924ad226d926"
}
},
"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"
}
}
}