ScoopInstaller_Main/bucket/terragrunt.json
2025-10-23 16:29:57 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.91.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.91.3/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "dac314bbf666f0ba70c1ef14a536f216adf90bba158fa71f20e89bea29cb07af"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.91.3/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "5b5807aeb820cd7e81729b3de77a1ffa829797fed4cbc455f1fa1907a62cef6e"
}
},
"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"
}
}
}