ScoopInstaller_Main/bucket/terragrunt.json
2024-02-14 12:29:37 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.55.2",
"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.55.2/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "68c5f30312a481ee44f0399c565eb387c973aedaa4d5690d25f59da44903b64e"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.2/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "f6400554d01342067240c4a0a83bcb7f1b09e0fb23e88eac973b478b3c3575c0"
}
},
"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"
}
}
}