Skip to content

Commit 9cf0b59

Browse files
terraform format
1 parent 66c2ab4 commit 9cf0b59

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
@@ -32,6 +32,6 @@ locals {
3232
core_pdf_bucket_arn = "arn:aws:s3:::comms-${var.core_account_id}-eu-west-2-${var.core_environment}-api-stg-pdf-pipeline"
3333
core_s3_kms_key_alias_name = "alias/comms-${var.core_environment}-api-s3"
3434

35-
event_cache_bucket_name = lookup(module.eventpub.s3_bucket_event_cache, "bucket", null)
35+
event_cache_bucket_name = lookup(module.eventpub.s3_bucket_event_cache, "bucket", null)
3636
eventsub_event_cache_bucket_name = lookup(module.eventsub.s3_bucket_event_cache, "bucket", null)
3737
}

0 commit comments

Comments
 (0)