Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: feature/access_logs #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Geartrixy
Copy link
Collaborator

alb.tf --> enabled access logging
README.md --> Added region configuration, corrected typos, added information regarding access logs
s3.tf --> added S3 bucket configuration to store the access logs
variables_load_balancer_access_logs.tf --> variables required for the access logs

README.md --> Added region configuration, corrected typos, added information regarding access logs
s3.tf --> added S3 bucket configuration to store the access logs
variables_load_balancer_access_logs.tf --> variables required for the access logs
@Geartrixy
Copy link
Collaborator Author

@derBroBro Updated testing tf file in google drive.

Note: Change logs?

@Geartrixy Geartrixy changed the title feature/access_logs WIP: feature/access_logs Apr 15, 2018
@Geartrixy
Copy link
Collaborator Author

Blocker for pull request:

Terraform itself needs a change to support access logs as disabled.

Bug: When in the access logs block "enabled=false" is set, due to the access log block existing, it forces terraform to configure access logs...

  1. Failure configuring ALB attributes: ValidationError: The value of 'access_logs.s3.bucket' cannot be empty hashicorp/terraform-provider-aws#2072
  2. Making logging configurable terraform-aws-modules/terraform-aws-alb#60

@brandonjbjelland
Copy link

Definitely merge this back to the public module if you find a workaround! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants