From d043913ee5a71850fe6fbe949a81646ebb0ec349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 1 Oct 2021 19:01:31 -0700 Subject: [PATCH] terragrunt: Update to version 0.34.0 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 4ceb414dd7..2a56574c3f 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.33.2", + "version": "0.34.0", "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.33.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "02f30c718c98ed60d316eaeb08b63c578f2c76a81c202f6c4168ff0c4b3ec8fb" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.34.0/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "dbd5c13074aa8067c9f3af73c12a070e9a30b4847ae34284611e251e2cc6e411" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.33.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "cc79dbffe9ecabfeed5e4686e85988ce943fe670443a2fbe5d4c3bea42e14fdc" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.34.0/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "e02b2fc597082a0b64685b8deb361f2878cc653344cd29d2846969d5017b54ff" } }, "bin": "terragrunt.exe",