ScoopInstaller_Main/bucket/terragrunt.json
2024-04-23 20:25:03 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.57.8",
"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.57.8/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "53c6560ea9bd13b943f78d4ef684a02bc4d61434cd37bbe808ec47b174652884"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.8/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "702d15cf7667987a05d8337747fb9c44aad01cdcc248788533b8cd2c1a9a8681"
}
},
"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"
}
}
}