ScoopInstaller_Main/bucket/terragrunt.json
2024-02-26 20:25:13 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.55.10",
"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.55.10/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "8d8ef419cca41db2aaa5bd6e499acc2715af1cae55b21a99f5da843b1abd400a"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.10/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "64ca6947f53ac1d2160f7af3d09a9dd51b46e4af1180225e2e61afe6d5f3bee0"
}
},
"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"
}
}
}