diff --git a/s3-tfvars.tf b/s3-tfvars.tf index 44bc0a3..d59add0 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.5" + source = "github.com/dxw/terraform-aws-tfvars-s3?ref=v0.2.6" count = local.enable_s3_tfvars ? 1 : 0