ScoopInstaller_Main/bucket/terragrunt.json
2025-10-15 16:29:40 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.90.2",
"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.90.2/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "692787bb2215baaa5ef3c1ecac2b946443a8f4a8ad9b32c51ea48efc0f009ec6"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.90.2/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "87c1b8262437d9128b3ffeca57e35d3713d61c87cf5a453daa34f4eda29a308b"
}
},
"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"
}
}
}