ScoopInstaller_Main/bucket/terragrunt.json
2021-05-20 07:31:48 -07:00

32 lines
1.4 KiB
JSON

{
"version": "0.29.4",
"description": "Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your 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.29.4/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "f411c811153c45fc40937e7ac23c2ff258f72436e3cc43ce18cab3c6314f33d8"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.4/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "2f5f49a544fc3e29b5e203aedc407bd820597aad5cdb4161097d5150316b4bd1"
}
},
"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"
}
}
}