ScoopInstaller_Main/bucket/terragrunt.json
2025-06-20 16:30:06 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.81.9",
"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.81.9/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "507ada8c1f31ac55443aee7a5edf8bf002ff703b5308c070163c2ed7199ff5c3"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.81.9/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "1b9057eb5282dca7992042c1b711349d3059da5062d1bbf49848c56d619871f1"
}
},
"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"
}
}
}