From 0be4ac56a0ba9de96fa00b92c9e52a5c04dc5ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 14 Oct 2021 21:09:57 -0700 Subject: [PATCH] terragrunt: Update to version 0.35.3 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 3a3ee5cded..6d79190ceb 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.35.2", + "version": "0.35.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.35.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "9a72ad06faa7cf3e83b7f3682fdec33339294f50882faa40aa718b79210cf012" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.35.3/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "36bcd17031828f35157acf742e0e27219c02d2c1ba5fb57c231ea26156091192" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.35.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "8ab10fb764e0805c47f1be3d27c1cdabf19b5116fc394dcbc1cc0a888cc4ab8e" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.35.3/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "773c5316326dc8c0ff147000d2fc1b9558c1b2ff367d355cb929e9aafbc4f1f4" } }, "bin": "terragrunt.exe",