From 6b63f456832f9e290b15edaa703f7f05c3f75902 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Dec 2021 00:35:33 +0000 Subject: [PATCH] terragrunt: Update to version 0.35.16 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index d00dbdfa5d..e5771f9010 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.35.14", + "version": "0.35.16", "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.14/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "9e0a04f73652025d004719daf28d11069bc7a972956b2cd2d2e2f8a05565cb7f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.35.16/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "003d8db54d190759c5f710dec89cf956aebf0b6124a66f68c32461463c8e7c81" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.35.14/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "b8cc047b124e7932afd088c51e8c6a1efadad75868467ff411d4ff8807e8dc5a" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.35.16/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "217fd7ad322da6ec19b62e867f35f5abd073eab44a57e23052a4fd27e038bfa5" } }, "bin": "terragrunt.exe",