ScoopInstaller_Main/bucket/terragrunt.json
2022-01-13 00:36:22 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.35.18",
"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.35.18/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "7aa7f60636b880bf491b024280487b6016b0b1287509907c539486ac3544da07"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.35.18/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "a492fd106954e7cc6cb5c1e9f23e467a5e5ca8213c94b3e00dfb4fbef20eeae0"
}
},
"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"
}
}
}