ScoopInstaller_Main/bucket/terragrunt.json
2021-07-30 11:24:21 -07:00

32 lines
1.3 KiB
JSON

{
"version": "0.31.3",
"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.31.3/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "871934e416161d1d1e80203ae6f4aa80016de066b84fe8d99aad2920cd7e2cfc"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.3/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "7e19e7a0ddf7d04e76c6b6369237aff3c9f342f35faea7c72f84d52d29aaf547"
}
},
"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"
}
}
}