ScoopInstaller_Main/bucket/terragrunt.json
2022-02-24 16:32:54 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.36.2",
"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.36.2/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "ecf7d5b573ec7e5df8b930a40c78779f80c0d07c6fb4dfa736d11935c3802dfb"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.36.2/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "12c3e4bc1205794c3fa97abf5b1d35109d4fdf0fa2fd0d348ba0d1b6e2feae0c"
}
},
"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"
}
}
}