Skip to content

Commit

Permalink
bump aws-lb-s3-bucket version (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Shakh <[email protected]>
  • Loading branch information
shakhanton and shakhanton authored Aug 18, 2020
1 parent 3e6687d commit 4d10c2e
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 @@ -48,7 +48,7 @@ resource "aws_security_group_rule" "https_ingress" {
}

module "access_logs" {
source = "git::https://github.com/cloudposse/terraform-aws-lb-s3-bucket.git?ref=tags/0.4.0"
source = "git::https://github.com/cloudposse/terraform-aws-lb-s3-bucket.git?ref=tags/0.5.0"
enabled = var.access_logs_enabled
name = var.name
namespace = var.namespace
Expand Down

0 comments on commit 4d10c2e

Please sign in to comment.