ScoopInstaller_Main/bucket/terragrunt.json
2022-07-13 16:30:50 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.38.5",
"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.5/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "163dd4f923937d1e08bdc5bc007c76a70abe051c8da9865a82893ec03200e916"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.38.5/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "37cada1721554e47371b48abb5a2a02d482980187976fbf9b1f704f4de50a2bf"
}
},
"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"
}
}
}