ScoopInstaller_Main/bucket/terragrunt.json
2024-12-20 20:27:58 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.71.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.71.1/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "5ba21911dc80d9921507450ffa1b997a4889d6dffa2bbe5692643ff28d9e5d0c"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.71.1/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "1692595fd52e1248ad8b975ae93b8645ecd367a36b13b39494c370b1746efdd7"
}
},
"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"
}
}
}