ScoopInstaller_Main/bucket/terragrunt.json
2025-01-23 20:27:44 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.72.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.72.4/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "9138f06d7edb2a497809175d7689fd8d352d3e2b9bc9d3aa34ab8bcf8068714c"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.72.4/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "1b7475a5b01161204713a2dea4ba772f9730aaf62696668b0ff848644b1311d9"
}
},
"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"
}
}
}