ScoopInstaller_Main/bucket/terragrunt.json
2021-06-19 01:40:34 -07:00

32 lines
1.3 KiB
JSON

{
"version": "0.30.7",
"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.30.7/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "c9d5cff90fb8a48c49a075bda1e50ac66247085afb1028f5688e0b971ca69804"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.30.7/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "ada251c0d92ea94a7b6cbd83470613c0b4a722b424405641611173cf402e3087"
}
},
"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"
}
}
}