ScoopInstaller_Main/bucket/terragrunt.json
2023-07-19 16:28:30 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.48.4",
"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.48.4/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "9fd0643771a7787420029c826aa87864731ac1f28104ea96a5f23808a87b1c3f"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.48.4/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "30cac711b68464c52d7613656f4080a0eef204e36bdea3936ba42ac2d0575b0e"
}
},
"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"
}
}
}