Skip to content
This repository was archived by the owner on Jan 31, 2021. It is now read-only.

Commit e5623f5

Browse files
authored
Update to terraform-aws-s3-bucket 0.2.0 (#2)
Small bugfix around splat/join syntax of s3 bucket arn output.
1 parent 220f0d0 commit e5623f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s3.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ locals {
4040
}
4141

4242
module "s3_bucket" {
43-
source = "git::https://github.com/cloudposse/terraform-aws-s3-bucket.git?ref=tags/0.1.0"
43+
source = "git::https://github.com/cloudposse/terraform-aws-s3-bucket.git?ref=tags/0.2.0"
4444
enabled = "${local.s3_enabled}"
4545
user_enabled = "${local.s3_user_enabled}"
4646
versioning_enabled = "${var.s3_versioning_enabled}"

0 commit comments

Comments
 (0)