ScoopInstaller_Main/bucket/terragrunt.json
2022-11-24 20:27:45 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.41.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.41.0/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "0fbb234da57b62512b4a52c12365160a6ab6d67ef710c8f3def114e204c803f0"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.41.0/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "1b56fa2f6ebee230b1991a4111f3ff2d46f405a5f142d676a77790171db16e06"
}
},
"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"
}
}
}