We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a35536 commit 43a9dabCopy full SHA for 43a9dab
2 files changed
infrastructure/terraform/modules/eventpub/module_s3bucket_event_cache.tf
@@ -42,7 +42,7 @@ module "s3bucket_event_cache" {
42
)
43
44
bucket_logging_target = {
45
- bucket = "${var.eventcache_bucket_logging_target}"
+ bucket = "${var.access_logging_bucket}"
46
}
47
48
infrastructure/terraform/modules/eventpub/variables.tf
@@ -154,8 +154,8 @@ variable "event_publishing_anomaly_band_width" {
154
default = 5
155
156
157
-variable "eventcache_bucket_logging_target" {
+variable "access_logging_bucket" {
158
type = string
159
- description = "S3 bucket access logging target"
+ description = "S3 Access logging bucket name."
160
default = ""
161
0 commit comments