ScoopInstaller_Main/bucket/terragrunt.json
2024-09-17 20:27:53 +00:00

32 lines
1.3 KiB
JSON

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