ScoopInstaller_Main/bucket/terragrunt.json
2023-08-21 20:24:07 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.50.6",
"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.50.6/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "0b6e7fe11fa5257b549f0c8810c14bc56e3be3a5f8df4842328671f7f4ecf090"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.6/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "caae3dbdc42e02110e2422b1678b936b3a06400606b89d6709dbdd55a39c668b"
}
},
"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"
}
}
}