ScoopInstaller_Main/bucket/terragrunt.json
2020-07-31 18:22:47 +02:00

32 lines
1.4 KiB
JSON

{
"version": "0.23.32",
"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.32/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "c2fc96828d1bad7d6dea1990e8e9a045649aea8a705dd4b6982a97cd02a91209"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.32/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "77012153d75bb75e8f88748ac5a88c0896380880c5f998210a6f7d90fbd2729f"
}
},
"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"
}
}
}