ScoopInstaller_Main/bucket/terragrunt.json
2022-01-20 20:27:04 +00:00

32 lines
1.3 KiB
JSON

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