ScoopInstaller_Main/bucket/terragrunt.json
2024-08-14 00:33:57 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.66.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.66.6/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "6acc1954e6ee45e6cd60893816fc3ac31222285d7163ed0a7a30fe1fe19312cd"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.66.6/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "50f3902b67eaf8af8fa47385fdf448ea2ae86b0af38f1b84f515f46256ce7ccf"
}
},
"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"
}
}
}