ScoopInstaller_Main/bucket/terragrunt.json
2022-05-11 12:32:32 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.37.0",
"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.37.0/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "27dc55e4e92b6162209e07d3bd770dd9128800f25305d8a1942722e4bfd465dc"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.37.0/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "082d7b73b65e8ece02abf31ac3d288b51649b2d775bbe33297da77f7d1ce3378"
}
},
"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"
}
}
}