ScoopInstaller_Main/bucket/terragrunt.json
2020-11-07 08:29:46 +01:00

32 lines
1.4 KiB
JSON

{
"version": "0.26.2",
"description": "Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your 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.26.2/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "567f1ec7dc361cac1a701539971f7635d0d77b8a872a77ade9f35d660a56230d"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.2/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "c8ff06c2638f0e9608529b2fbd0fb9fdda421fcd7dec2c0c1d3748a6ea90335a"
}
},
"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"
}
}
}