ScoopInstaller_Main/bucket/terragrunt.json
2019-10-09 00:00:31 +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.20.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.20.0/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "0588b0f955581513fb43dc9f3de89d5b7c5016236ede84efc5042bcb7834c022"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.20.0/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "faf9a4435a4bb40645949ea0188583c5f7e48b1e60ef4433829a860c8b16576a"
}
},
"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"
}
}
}