ScoopInstaller_Main/bucket/terragrunt.json
2025-12-13 00:42:13 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.95.1",
"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.95.1/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "e4e6f8a4538f4238ca41fd33252ab3d253f887834a63477ad150bdd3f78148a7"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.95.1/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "f7831080a56711dfa7294433f57252ec1b53bf3a2e13f3a30488d27cd6d87cf5"
}
},
"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"
}
}
}