ScoopInstaller_Main/bucket/terragrunt.json
2022-09-13 08:30:58 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.38.10",
"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.38.10/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "22923a4e74c188672e95658b7c84a6117c1655c0859f80b072da63335b1cf3ce"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.38.10/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "2e8ef6baae8eb8e15aeefd7cbf6ba50ec65e2197ae65ca1477b0e573fe2855af"
}
},
"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"
}
}
}