ScoopInstaller_Main/bucket/terragrunt.json
2022-11-10 16:30:45 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.40.2",
"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.40.2/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "bd2b57150f12745c00998645283efeb760541967fcb35c0c08446f4403e12e61"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.40.2/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "42ebe08ccb2c58855b864f71f193c7d5e4993a384ddc06288fca202a74fd44af"
}
},
"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"
}
}
}