Skip to content

Commit 43a9dab

Browse files
CCM-14600: Enable Access Logging for EventCache Buckets
1 parent 1a35536 commit 43a9dab

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

infrastructure/terraform/modules/eventpub/module_s3bucket_event_cache.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module "s3bucket_event_cache" {
4242
)
4343

4444
bucket_logging_target = {
45-
bucket = "${var.eventcache_bucket_logging_target}"
45+
bucket = "${var.access_logging_bucket}"
4646
}
4747

4848

infrastructure/terraform/modules/eventpub/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ variable "event_publishing_anomaly_band_width" {
154154
default = 5
155155
}
156156

157-
variable "eventcache_bucket_logging_target" {
157+
variable "access_logging_bucket" {
158158
type = string
159-
description = "S3 bucket access logging target"
159+
description = "S3 Access logging bucket name."
160160
default = ""
161161
}

0 commit comments

Comments
 (0)