From d12eb4348a1c949e1f409e09d173d83fecbc5afc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 00:32:54 +0000 Subject: [PATCH] terragrunt: Update to version 0.50.4 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 7594af1410..eb7c6e4bee 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.50.3", + "version": "0.50.4", "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.50.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "b79f2d8f051dbc18a946faa165904cf7e942354a96bbda5a0aad49146ae6f327" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "12b6eeebae05cd4bb328e12bcc3e59e665755488ecf7fdd4fcbad3a05b2aa1b1" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "ca81059c500e39800329a20193ad9221a765937ba2d20d48518c956503322ce0" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "4451d3b64060f07a5c52403cc0db94260a1f10a97f53bc664e76f38c6c5fec3a" } }, "bin": "terragrunt.exe",