ScoopInstaller_Main/bucket/terragrunt.json
2024-02-24 00:32:55 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.55.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.55.9/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "29bf6de4a0348c2ba0d502ec82d6bd2724fa2a2fab28318309c074feade01b5f"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.9/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "2142abadd0c20e7a1f1b63d1bf8ee7632bdbcb07417385c04be65a4fbdd94b39"
}
},
"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"
}
}
}