{
    "version": "1.0.3",
    "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/v1.0.3/terragrunt_windows_amd64.exe#/terragrunt.exe",
            "hash": "0c2dabb6d036da1f765ab1d22a7e0bfe00d892c130f6402c070e25ecf51aaef5"
        },
        "32bit": {
            "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v1.0.3/terragrunt_windows_386.exe#/terragrunt.exe",
            "hash": "cc51a615361fea07477727bb518e07b7adb9f0fef55da5853e2dff5c376c2519"
        }
    },
    "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"
        }
    }
}
