ScoopInstaller_Main/bucket/terragrunt.json
2025-06-27 00:41:41 +00:00

32 lines
1.3 KiB
JSON

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