We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c2ab4 commit 9cf0b59Copy full SHA for 9cf0b59
1 file changed
infrastructure/terraform/components/api/locals.tf
@@ -32,6 +32,6 @@ locals {
32
core_pdf_bucket_arn = "arn:aws:s3:::comms-${var.core_account_id}-eu-west-2-${var.core_environment}-api-stg-pdf-pipeline"
33
core_s3_kms_key_alias_name = "alias/comms-${var.core_environment}-api-s3"
34
35
- event_cache_bucket_name = lookup(module.eventpub.s3_bucket_event_cache, "bucket", null)
+ event_cache_bucket_name = lookup(module.eventpub.s3_bucket_event_cache, "bucket", null)
36
eventsub_event_cache_bucket_name = lookup(module.eventsub.s3_bucket_event_cache, "bucket", null)
37
}
0 commit comments