ScoopInstaller_Main/bucket/terragrunt.json
2025-02-08 12:34:11 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.72.9",
"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.72.9/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "92b327b43efb8f9884577c2385ab94baa1f3344989a03387e70bfb690ad30939"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.72.9/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "95353ca91b46c8b60f3e83f3f52ec7eac0ca25e925a7e3f7a8d27c49cb427be2"
}
},
"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"
}
}
}