From e0da36f252e515a061df8de649088e1fdb349a16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 12:31:31 +0000 Subject: [PATCH] terragrunt: Update to version 0.45.18 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index cb9cd20050..70c6f101f5 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.45.17", + "version": "0.45.18", "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.45.17/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "69b64fd1457b9c1e5377aef7b38597c06fc69ecc0badad98a9c60bcb54356643" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.18/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "5d68a877b2bb8b2521c1ffdf3d1b41a3ef00c2d4746fbd028d99a400ce453c74" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.17/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "58b2cf9c7e9a4ba65cd262dfd607f41369d20e15a4bb228e154cdecec96d138f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.18/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "3b48b0886c3adb894718061b9382740c050219aaf1df4a84488f3087895aa7b0" } }, "bin": "terragrunt.exe",