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

logging bucket access logs #14

Open
EreminAnton opened this issue Oct 17, 2023 · 0 comments
Open

logging bucket access logs #14

EreminAnton opened this issue Oct 17, 2023 · 0 comments

Comments

@EreminAnton
Copy link
Member

Looks like logging bucket writes its own logs to itself
module "logging_bucket" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "2.6.0"

bucket = local.logging_bucket_name
acl = "log-delivery-write"

versioning = {
enabled = true
}

TODO:

logging = {
target_bucket = local.logging_bucket_name
target_prefix = local.logging_bucket_name
}

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

No branches or pull requests

1 participant