ScoopInstaller_Main/bucket/terragrunt.json
2024-07-12 20:26:24 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.62.0",
"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.62.0/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "a3eaa048f8d2e7e046a58a6f4bf159057d57ef53c8851725f09d7f28869583fc"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.62.0/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "d4d8e9614398e79cccafbfa6a16ed21981cf4fc88c9895baf7482b2ba1f3a956"
}
},
"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"
}
}
}