ScoopInstaller_Main/bucket/terragrunt.json
2022-06-14 12:32:00 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.37.4",
"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.37.4/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "2eabb0b92cb9dedcd695d57d84cc8caceca0e1a555fb8dd00a005efed8c48d75"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.37.4/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "84ca88e0692df6b249903b86bb04e9507f94299cc2e2a1dffdafda5f9b2e1ff4"
}
},
"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"
}
}
}