ScoopInstaller_Main/bucket/terragrunt.json
2020-11-19 16:07:36 +01:00

32 lines
1.4 KiB
JSON

{
"version": "0.26.4",
"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.4/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "0d7eb45ebce0f1f65f40ee01152f20f4c6fdf7bf1002ee22849ee366c508f0b3"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.4/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "e68479c8f0a29228102e0e57a67021a9221b6777088cba95c6890b1fece5c0ec"
}
},
"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"
}
}
}