ScoopInstaller_Main/bucket/terragrunt.json
2020-01-14 08:01:48 +00:00

34 lines
1.4 KiB
JSON

{
"homepage": "https://github.com/gruntwork-io/terragrunt",
"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.",
"version": "0.21.11",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.11/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "77cc4b96591e98026cfbeb03e5fae3ff30567873920242e2709c2b470f5afe6a"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.11/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "d48371b738358a0c01761ac185d86d281fc11f8399ff257fa29436ed713e2678"
}
},
"bin": "terragrunt.exe",
"checkver": {
"github": "https://github.com/gruntwork-io/terragrunt"
},
"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"
}
}
}