ScoopInstaller_Main/bucket/terragrunt.json
2024-04-25 08:28:48 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.57.9",
"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.57.9/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "88b49bb202b8057eb05d23e6d6b0b9c85c80a327a3805d1c054dbd40450970b6"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.9/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "df022ef8a349c8af652cf91754a050b260050496d7dd570024ade433bb0eb6bd"
}
},
"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"
}
}
}