Skip to content

Commit

Permalink
fix: update upsteam dependency (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
OblateSpheroid authored Aug 19, 2020
1 parent 4d10c2e commit 43510ae
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.5.0"
source = "git::https://github.com/cloudposse/terraform-aws-lb-s3-bucket.git?ref=tags/0.7.0"
enabled = var.access_logs_enabled
name = var.name
namespace = var.namespace
Expand Down

0 comments on commit 43510ae

Please sign in to comment.