From 386f71a3b523e6d30a3dfc5a7ea136655e753c22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 10:58:23 +0000 Subject: [PATCH] chore(deps): Update dependency terraform-aws-modules/s3-bucket/aws to v2.15.0 --- tg-tfr/terragrunt.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tg-tfr/terragrunt.hcl b/tg-tfr/terragrunt.hcl index 49efc18..142c633 100644 --- a/tg-tfr/terragrunt.hcl +++ b/tg-tfr/terragrunt.hcl @@ -1,7 +1,7 @@ terraform { - source = "tfr:///terraform-aws-modules/s3-bucket/aws//wrappers?version=2.0.0" + source = "tfr:///terraform-aws-modules/s3-bucket/aws//wrappers?version=2.15.0" } terraform { - source = "tfr:///terraform-aws-modules/s3-bucket/aws?version=2.0.0" + source = "tfr:///terraform-aws-modules/s3-bucket/aws?version=2.15.0" }