ScoopInstaller_Main/bucket/terragrunt.json
2022-08-29 12:31:52 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.38.9",
"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.38.9/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "a50bdd80ffc0ab84ead421fe832eacf2c9007f99a0964b235e8154f7e3db8892"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.38.9/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "1c75dd3fbd75d96f004d3cc71025807b1076fd5a53e13e65dafb95a5f63129c5"
}
},
"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"
}
}
}