ScoopInstaller_Main/bucket/terragrunt.json
2023-12-19 20:23:08 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.54.8",
"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.54.8/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "9ce736dad256ba0caea031c98804bad4cfd3b22d403bbbf8552886fb88dd11af"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.8/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "d8990f490df038f2dbeaacea80c8083a3345e94dbf387cf335d8340f8a80f43f"
}
},
"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"
}
}
}