ScoopInstaller_Main/bucket/terragrunt.json
2021-12-10 16:29:51 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.35.14",
"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.35.14/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "9e0a04f73652025d004719daf28d11069bc7a972956b2cd2d2e2f8a05565cb7f"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.35.14/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "b8cc047b124e7932afd088c51e8c6a1efadad75868467ff411d4ff8807e8dc5a"
}
},
"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"
}
}
}