ScoopInstaller_Main/bucket/terragrunt.json
2020-08-25 09:27:04 +02:00

32 lines
1.4 KiB
JSON

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