Skip to content

Commit 5a9c542

Browse files
committed
CCM-16644: Shorten s3 bucket name
1 parent 3a38ef5 commit 5a9c542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/modules/eventsub/module_s3bucket_event_cache.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module "s3bucket_event_cache" {
33

44
count = var.enable_event_cache ? 1 : 0
55

6-
name = "eventsub_event_cache"
6+
name = "es_event_cache"
77

88
aws_account_id = var.aws_account_id
99
region = var.region

0 commit comments

Comments
 (0)