Skip to content

Commit

Permalink
Addding more permissions to ELB to write logs to S3
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Elhaiek committed Apr 10, 2024
1 parent da63315 commit 69ba5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ resource "aws_lb" "vectorstore_nlb" {

access_logs {
bucket = module.alb_logging.bucket_name
prefix = "logs/AWSLogs" // The prefix goes here
prefix = "logs" // The prefix goes here
enabled = true
}

Expand Down

0 comments on commit 69ba5f2

Please sign in to comment.