Skip to content

Commit a1b57aa

Browse files
committed
fix: 6764: update the name of elb log bucket
1 parent 642987e commit a1b57aa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

logs_monitoring_elb.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ resource "aws_s3_bucket_notification" "elblog-notification-dd-log" {
1919
}
2020
}
2121

22-
data "aws_elb_service_account" "main" {}
22+
data "aws_elb_service_account" "main" {
23+
24+
}
2325

2426
locals {
2527
elb_logs_s3_bucket = "${var.elb_logs_bucket_prefix}-${var.namespace}-${var.env}-elb-logs"

vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ variable "account_specific_namespace_rules" {
6363
variable "elb_logs_bucket_prefix" {
6464
description = "Prefix for ELB logs S3 bucket name"
6565
type = string
66-
default = "awsdd"
66+
default = "datadog"
6767
}
6868
variable "log_exclude_at_match" {
6969
description = "Sets EXCLUDE_AT_MATCH environment variable, which allows excluding unwanted log lines"

0 commit comments

Comments
 (0)