diff --git a/README.md b/README.md index 2e438bf..7c751db 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ for dxw's Dalmatian hosting platform. | Name | Source | Version | |------|--------|---------| -| [aws\_tfvars\_s3](#module\_aws\_tfvars\_s3) | github.com/dxw/terraform-aws-tfvars-s3 | v0.2.5 | +| [aws\_tfvars\_s3](#module\_aws\_tfvars\_s3) | github.com/dxw/terraform-aws-tfvars-s3 | v0.2.6 | ## Resources 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