ScoopInstaller_Main/bucket/terragrunt.json
2021-04-29 04:02:32 +02:00

32 lines
1.4 KiB
JSON

{
"version": "0.29.1",
"description": "Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your 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.29.1/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "dd6a62e903d5c06e2e0d45cd24be4c7dc0d9f2368fd86ad98d45f0a251aa6b85"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.1/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "29e225a2b229b87a5685cf1e81e4c6a1d2a9197a1d76fcc2748c97570e826966"
}
},
"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"
}
}
}