ScoopInstaller_Main/bucket/terragrunt.json
2022-03-03 12:30:23 +00:00

32 lines
1.3 KiB
JSON

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