ScoopInstaller_Main/bucket/terragrunt.json
2022-11-05 00:35:45 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.40.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.40.0/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "619f0a65e5a57f812d8a079d391ab42375a33c32fcdfbe431366dc557fc8473c"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.40.0/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "5bffedc298bbb2034b1b8ae928e25c16a557d29b93f2654d087f0b81d5b36dc6"
}
},
"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"
}
}
}