ScoopInstaller_Main/bucket/terragrunt.json
2023-09-16 12:30:39 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.51.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.51.0/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "85df39ef54bc299a490d4dda37c36743146e45371a80d058d43ef470e6e761a8"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.51.0/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "f6653bf6a5dbac2400eed9a3b27606ac103a1c0d0210afefabbef50ca0175128"
}
},
"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"
}
}
}