ScoopInstaller_Main/bucket/terragrunt.json
2023-10-03 20:23:44 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.51.8",
"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.51.8/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "f85d8b462b947cc0b022a43856b36c28ad802883a09b52594b2feb8af5c42050"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.51.8/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "470b9708b7baf573b685c8f2121de560fc62f2107bb900d92ea7571930281ed6"
}
},
"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"
}
}
}