ScoopInstaller_Main/bucket/terragrunt.json
2024-11-20 00:36:29 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.69.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.69.0/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "673815df6cbb22e5b15ba834717bbf90d2287a9ebbea6d5856df2762e88a7cdb"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.0/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "b2cc791633084bd81a9178ef826e647524d94b9d3e5f41e85d9e2168fd37fd5c"
}
},
"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"
}
}
}