ScoopInstaller_Main/bucket/terragrunt.json
2025-09-26 00:37:40 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.87.7",
"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.87.7/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "4b3b07b753f0860e34c30d882a99e3d592652eec3ae72fb75371b733f084f623"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.87.7/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "0e5b5d09c774b1a8c1f742e370e3d95a9121f86be03200044f0456b4ce620102"
}
},
"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"
}
}
}