ScoopInstaller_Main/bucket/terragrunt.json
2023-06-05 20:24:25 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.46.2",
"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.46.2/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "947dad3cd98127d196e4fede7e2c9c90de7d1d5f778c33838709499531f7c164"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.46.2/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "67b1585a086342c796eb53ffe91b9458661acfdd6171f31a6e676a78e2178d2e"
}
},
"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"
}
}
}