ScoopInstaller_Main/bucket/terragrunt.json
2024-08-20 16:28:15 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.66.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.66.9/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "e9c07732155118fbd35d85474814813fe8c1277d7c47c49ab18ff31f9bc77752"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.66.9/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "5187e28bec53dd038f418acc0d7a2cf2f32f31e84828e7415d1f9a3453d17d2c"
}
},
"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"
}
}
}