ScoopInstaller_Main/bucket/terragrunt.json
2021-07-20 20:36:13 -07:00

32 lines
1.3 KiB
JSON

{
"version": "0.31.1",
"description": "Thin wrapper for Terraform that provides extra tools for keeping 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.31.1/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "745c198e5fead3a90d9d66418ec1b2b3717048f551fd781ed8277af1ff66f1ac"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.1/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "46b999b8d421d3b0b33f56312206b241ae4d58b9ae002e0555295bf0bcaa4950"
}
},
"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"
}
}
}