ScoopInstaller_Main/bucket/terragrunt.json
2024-09-24 20:28:03 +00:00

32 lines
1.3 KiB
JSON

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