ScoopInstaller_Main/bucket/terragrunt.json
2024-05-22 20:26:02 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.58.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.58.9/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "9977e8fcb09beede5abc6477f2cdcacbaaa76cb4859e3f7d58e7b62240c634bf"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.9/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "e8bc30783f80274b34a09bb722a0bc2f283543344972373e770667cb8cd50f02"
}
},
"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"
}
}
}