ScoopInstaller_Main/bucket/terragrunt.json
2024-09-20 08:30:16 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.67.10",
"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.67.10/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "12b36521c79217031fc36c9d13aae7192a2a9702352ba64daf7a308c5c1fb6da"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.10/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "28c3012225d8000362f2bf616c84cff788e9c4527ee8a84e2b9147091fb0a4f3"
}
},
"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"
}
}
}