diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index e199a5eb04..6b2ec6fbdc 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.48.2", + "version": "0.48.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/v0.48.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "baaceedc5d8c00f0b7f5a57af5b3c46ddaada6286b4608245b99bd18c64e27b8" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.48.3/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "a0a455ca33b7b48f5245d9bea18b9236a95592d95b7cdb3bee1b8d9b277bdb8b" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.48.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "60a6e4e1f3a37ddc4e65ef8b250c3a1f34a447694b82abf5497742805dfa6376" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.48.3/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "be87600541ce325c971dfd6bc020d1c8e4de3c0dbde352539d46f7d8c0acb444" } }, "bin": "terragrunt.exe",