ScoopInstaller_Main/bucket/terragrunt.json
2024-03-03 08:26:37 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.55.11",
"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.55.11/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "374b9e4ae5b950b2a813923c17623b864991b1e1e12a2a5ff298b1474043f3a2"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.11/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "91463995c6b318fde0cb2f130b11ff1e18ed1f876eebd6db128e0214128b8e7d"
}
},
"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"
}
}
}