From 7e8b2369085901f7494dc9772857a7542e564ead Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:12:56 +0000 Subject: [PATCH] Update Terraform github.com/dxw/terraform-aws-tfvars-s3 to v0.2.3 --- s3-tfvars.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3-tfvars.tf b/s3-tfvars.tf index 5f0d3a7..9b9dbb9 100644 --- a/s3-tfvars.tf +++ b/s3-tfvars.tf @@ -1,5 +1,5 @@ module "aws_tfvars_s3" { - source = "github.com/dxw/terraform-aws-tfvars-s3?ref=v0.2.2" + source = "github.com/dxw/terraform-aws-tfvars-s3?ref=v0.2.3" count = local.enable_s3_tfvars ? 1 : 0