ScoopInstaller_Main/bucket/terragrunt.json
2024-04-02 21:05:37 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.55.21",
"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.21/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "0cb60f6b25170d1f816b6534aecb13727209a1c208b20816a1d2760eb7c92f87"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.21/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "7a63a69ec81dbd8d001c36dc754dedcafa8fbf3f34d6a92c6dd5af91d3f6e7a1"
}
},
"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"
}
}
}