ScoopInstaller_Main/bucket/terragrunt.json
2021-06-22 09:25:17 -07:00

32 lines
1.3 KiB
JSON

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