From e10a4fa1b39cec4cd72e08f7a883565741baa2ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 9 Sep 2021 09:17:12 -0700 Subject: [PATCH] terragrunt: Update to version 0.31.10 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 85a632e237..1f53879604 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.31.9", + "version": "0.31.10", "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.9/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "4c6de85a5eede5efcaf426025806476a85267bc67cb69524b4ad3ae6e6c54f7d" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.10/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "cd1c15736ed0b3d3ce34012a0253fdd56ef8889f862fc979c9b4716448fd365e" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.9/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "07faf9dba43851bbb6140cd9321bed867adf15ddecd1c1ed76ce5848b7bf89b3" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.10/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "7fc106848aa340ba210144724c3369979d265e325baad65d40c34e339a57763c" } }, "bin": "terragrunt.exe",