ScoopInstaller_Main/bucket/terragrunt.json
2022-12-02 12:31:32 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.42.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.42.3/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "c68e3d35a440afd990692655ea5a260e20fa6931253b1b07b58911cf8d02ce3f"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.42.3/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "6c10d586791576dea6d86022c38cfab54ed26b4691732ea63bfccebaf4c778ba"
}
},
"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"
}
}
}