ScoopInstaller_Main/bucket/terragrunt.json
2022-09-14 20:29:51 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.38.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.38.12/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "81466819216d9954b17c6b411e2de363f84546e755938c61a4b5cf2beae8d639"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.38.12/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "37e5bc94645db25aa9211471a2fa251b5454627357a794cdd1f687c19b1f7c14"
}
},
"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"
}
}
}