ScoopInstaller_Main/bucket/terragrunt.json
2024-10-29 16:30:15 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.68.6",
"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.68.6/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "1778a624985e213653d7e5630cc8aede64e461f3b8ea47214e7f51a305664dbf"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.6/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "33e706928350b1307d825af316bfd3f35d31bec3bd2ac7e6569a612cb68dd4ee"
}
},
"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"
}
}
}