ScoopInstaller_Main/bucket/terragrunt.json
2021-06-17 21:28:39 -07:00

32 lines
1.3 KiB
JSON

{
"version": "0.30.4",
"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.30.4/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "38602ec0e9b1f127ea2bd481c2326de8a33dc1f7980f8175dc507337388fb3d2"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.30.4/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "9cbbc29a1e0eee6eb6ca289ab8cf6d4f6a3a76d530fa5ab31d54b1290d74faea"
}
},
"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"
}
}
}