ScoopInstaller_Main/bucket/terragrunt.json
2021-05-04 08:15:38 +02:00

32 lines
1.4 KiB
JSON

{
"version": "0.29.2",
"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.2/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "8330bb92819fa604906899334db2876cc93913aa969807346bd7c5b399d97e71"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.2/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "d646c369e86e21974e8b223023943b39abf6a4d51fc179c231b695e5e24639b7"
}
},
"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"
}
}
}