ScoopInstaller_Main/bucket/terragrunt.json
2024-09-16 16:29:54 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.67.6",
"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.6/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "bd7b3171ec0b2ace64033a639befa144611ae4b46eb56d756e867cb3111fa952"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.6/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "49d898ecc6f9ab9cc9d497498d4715e5ef44789baa059ef5ce6fd3cc673bfccb"
}
},
"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"
}
}
}