ScoopInstaller_Main/bucket/terragrunt.json
2025-10-20 16:31:13 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.91.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.91.2/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "efbfcc2b0635e42c0363794f1bd8dc44321ac5aa649fc0b7e17bd274572a1103"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.91.2/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "9b6e816fb51fb8c7e72bd57f1718e91c7fb32bac8a0ef00aade4380c86b9eb3c"
}
},
"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"
}
}
}