diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index e5771f9010..e280bd9ca0 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.35.16", + "version": "0.35.17", "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.35.16/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "003d8db54d190759c5f710dec89cf956aebf0b6124a66f68c32461463c8e7c81" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.35.17/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "b820bd808689c99fbb2ae31b8790f21126fd8b8c7fd17e41c448801081a0bb40" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.35.16/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "217fd7ad322da6ec19b62e867f35f5abd073eab44a57e23052a4fd27e038bfa5" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.35.17/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "e98e743641f1ddbe0aee9609953a9f545d75494622f4a0221d0da6959208feb5" } }, "bin": "terragrunt.exe",