ScoopInstaller_Main/bucket/terragrunt.json
2023-06-26 20:26:37 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.48.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.48.0/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "34b036dcef748e15dd97bdccd96df98ef7880aa6da88f3e24622792705906bd4"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.48.0/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "8aa7aec5e5ee1819778e6fed618a3019a9f4cae54043de8bef6c2540c7d0e721"
}
},
"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"
}
}
}