ScoopInstaller_Main/bucket/terragrunt.json
2023-11-28 12:30:04 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.53.8",
"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.53.8/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "1b5d21b011ba0ebcd7dbfc7116dfbeceb6449c5bb8fb9e9c6e45b2e2dd21183b"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.53.8/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "efd31a78f80912b6760c1243283c808c0d1b7659e14594671a6765bc95226da8"
}
},
"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"
}
}
}