diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 6402884eab..d32a7f5b33 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.57.9", + "version": "0.57.11", "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.57.9/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "88b49bb202b8057eb05d23e6d6b0b9c85c80a327a3805d1c054dbd40450970b6" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.11/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "e3913404e46161ebd4710ab7b6307452039d16e78233a73285eb002ce265d712" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.9/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "df022ef8a349c8af652cf91754a050b260050496d7dd570024ade433bb0eb6bd" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.11/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "cf31867e248fbe0a8b57a5bf3000693b040ddae40b57bd8589c6fb9570667adb" } }, "bin": "terragrunt.exe",