Skip to content

Commit

Permalink
update terraform-aws-s3-log-storage module
Browse files Browse the repository at this point in the history
  • Loading branch information
x041 committed Oct 16, 2018
1 parent 30d3daa commit 8dd7814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ data "aws_iam_policy_document" "default" {
}

module "s3_bucket" {
source = "git::https://github.com/500px/terraform-aws-s3-log-storage.git?ref=tags/0.2.3-dev"
source = "git::https://github.com/500px/terraform-aws-s3-log-storage.git?ref=tags/0.2.3-dev1"
create_s3_bucket = "${var.create_s3_bucket}"
namespace = "${var.namespace}"
stage = "${var.stage}"
Expand Down

0 comments on commit 8dd7814

Please sign in to comment.