ScoopInstaller_Main/bucket/terragrunt.json
2025-10-09 20:28:54 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.89.4",
"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.89.4/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "38921035f568cd4d0de8ed8ca3e3e4d289df56781928b52f9cc0c68f26de8b21"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.89.4/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "0e26d209d4446d342fc8454c2a1a7dabf7f320028ce2994cf0327e5ab006d7d4"
}
},
"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"
}
}
}