ScoopInstaller_Main/bucket/terragrunt.json
2025-10-28 20:29:50 +00:00

32 lines
1.3 KiB
JSON

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