ScoopInstaller_Main/bucket/terragrunt.json
2024-05-28 20:26:10 +00:00

32 lines
1.3 KiB
JSON

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