ScoopInstaller_Main/bucket/terragrunt.json
2023-12-27 00:32:22 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.54.12",
"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.54.12/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "2b9c2b789f8fb63c952e449c9d28bc6aeabd3fb977ba865175f0b0428267a29a"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.12/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "ae0822be6820909414ff0f704b002fd43a381aaacd7ccbcaf42f803700ff3b74"
}
},
"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"
}
}
}