ScoopInstaller_Main/bucket/terragrunt.json
2024-07-17 16:29:31 +00:00

32 lines
1.3 KiB
JSON

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