Skip to content

Commit

Permalink
Bump S3 tfvars module to v0.2.2
Browse files Browse the repository at this point in the history
* Contains a fix which allows setting the S3 file key
  • Loading branch information
Stretch96 committed Sep 25, 2023
1 parent 11b2f06 commit ef08393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3-tfvars.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "aws_tfvars_s3" {
source = "github.com/dxw/terraform-aws-tfvars-s3?ref=v0.2.1"
source = "github.com/dxw/terraform-aws-tfvars-s3?ref=v0.2.2"

count = local.enable_s3_tfvars ? 1 : 0

Expand Down

0 comments on commit ef08393

Please sign in to comment.