Skip to content

Commit 3a612b5

Browse files
add bucket to eventsub outputs
1 parent a1ac91c commit 3a612b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • infrastructure/terraform/components/api

infrastructure/terraform/components/api/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ locals {
3333
core_s3_kms_key_alias_name = "alias/comms-${var.core_environment}-api-s3"
3434

3535
event_cache_bucket_name = lookup(module.eventpub.s3_bucket_event_cache, "bucket", null)
36-
eventsub_event_cache_bucket_name = lookup(module.eventsub.s3bucket_event_cache, "bucket", null)
36+
eventsub_event_cache_bucket_name = lookup(module.eventsub.s3_bucket_event_cache, "bucket", null)
3737
}

0 commit comments

Comments
 (0)