From 5d8586b7e6b00e6fbaf8d2c0dacbd20b286c34bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 13 Sep 2021 08:26:24 -0700 Subject: [PATCH] terragrunt: Update to version 0.31.11 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 1f53879604..1ed7292c65 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.31.10", + "version": "0.31.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.31.10/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "cd1c15736ed0b3d3ce34012a0253fdd56ef8889f862fc979c9b4716448fd365e" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.11/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "1c7882a6eabe4f4aecf930c03749968ed4e327a5f3d43dfe2b2d9ca95366d630" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.10/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "7fc106848aa340ba210144724c3369979d265e325baad65d40c34e339a57763c" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.11/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "b72b7635255328e7a6d8e069422dd75e52f991eaed762e58f592c5130c0b65f5" } }, "bin": "terragrunt.exe",