ScoopInstaller_Main/bucket/terragrunt.json
2024-11-13 20:28:23 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.68.13",
"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.68.13/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "2d2fe0d4c67035fcd4ca751fa3b9597570360c56290a8a934af9b935123d1b41"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.13/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "6a675bbaf64231c7ad261fa2163dc083abac47f225f2471a47c3ac0c1c35293f"
}
},
"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"
}
}
}