ScoopInstaller_Main/bucket/terragrunt.json
2023-09-02 08:25:29 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.50.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.50.12/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "28dfc5eff8c9f9a99ddc6bb5a708d0ce875b0e6bac5cb9f0ff21d6238a91cf34"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.12/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "6f18982abca8e855aab692fd88e46417d8eec7aa231d3558a1bd366bd6e140bd"
}
},
"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"
}
}
}