Skip to content

Commit

Permalink
fix: 6764: update the name of elb log bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarNour14 committed Oct 21, 2022
1 parent 642987e commit a1b57aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion logs_monitoring_elb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ resource "aws_s3_bucket_notification" "elblog-notification-dd-log" {
}
}

data "aws_elb_service_account" "main" {}
data "aws_elb_service_account" "main" {

}

locals {
elb_logs_s3_bucket = "${var.elb_logs_bucket_prefix}-${var.namespace}-${var.env}-elb-logs"
Expand Down
2 changes: 1 addition & 1 deletion vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ variable "account_specific_namespace_rules" {
variable "elb_logs_bucket_prefix" {
description = "Prefix for ELB logs S3 bucket name"
type = string
default = "awsdd"
default = "datadog"
}
variable "log_exclude_at_match" {
description = "Sets EXCLUDE_AT_MATCH environment variable, which allows excluding unwanted log lines"
Expand Down

0 comments on commit a1b57aa

Please sign in to comment.