Skip to content

Commit

Permalink
Pass enabled flag to logs module (#36)
Browse files Browse the repository at this point in the history
* Pass enabled flag to logs module

* Update main.tf
  • Loading branch information
GabeL7r authored Feb 12, 2020
1 parent 8624f25 commit ebdbb15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,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.3.0"
enabled = var.access_logs_enabled
name = var.name
namespace = var.namespace
stage = var.stage
Expand Down

0 comments on commit ebdbb15

Please sign in to comment.