ScoopInstaller_Main/bucket/terragrunt.json
2023-12-16 00:33:41 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.54.5",
"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.54.5/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "66dedbcfaa9e7036c688beef5b8b5eedffb2d1a7f4301d65036d8f997e277b85"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.5/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "355661507117cd5d691dbdd3403f685cfc71af658f30b9985ac2cd419efdb469"
}
},
"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"
}
}
}