ScoopInstaller_Main/bucket/terragrunt.json
2023-07-18 12:31:24 +00:00

32 lines
1.3 KiB
JSON

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