File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
2426locals {
2527 elb_logs_s3_bucket = " ${ var . elb_logs_bucket_prefix } -${ var . namespace } -${ var . env } -elb-logs"
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ variable "account_specific_namespace_rules" {
6363variable "elb_logs_bucket_prefix" {
6464 description = " Prefix for ELB logs S3 bucket name"
6565 type = string
66- default = " awsdd "
66+ default = " datadog "
6767}
6868variable "log_exclude_at_match" {
6969 description = " Sets EXCLUDE_AT_MATCH environment variable, which allows excluding unwanted log lines"
You can’t perform that action at this time.
0 commit comments