ScoopInstaller_Main/bucket/terragrunt.json
2024-06-03 20:25:41 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.58.14",
"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.58.14/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "97de82afe45370edf1a582e4599ce88ff567269f9f5e49dfd40e519ad009bd79"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.14/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "861db4a1b8ec76bb0ba37691c6140e52b6e0a0b447bbdfaedd7b7b418d6e3c25"
}
},
"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"
}
}
}