ScoopInstaller_Main/bucket/terragrunt.json
2022-03-16 16:30:05 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.36.5",
"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.5/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "432fec566bd9e2b583474b53319e4c39c3ffd96dcad5e158a0b84481eea4e83e"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.36.5/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "935138c517a951a50b99e37d612cb9c2edad19916ca8d714ded78f62408839f1"
}
},
"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"
}
}
}