ScoopInstaller_Main/bucket/terragrunt.json
2022-02-01 00:32:12 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.36.1",
"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.36.1/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "37fa57a355e369c01ced4a14fa7f68bd2347659a81635123e1395bd3c44c8d75"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.36.1/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "0664298cf132a543c617973f6ceae6ece3d91671f2e4296aa6123b1e4ea2cecc"
}
},
"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"
}
}
}