We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a38ef5 commit 5a9c542Copy full SHA for 5a9c542
1 file changed
infrastructure/terraform/modules/eventsub/module_s3bucket_event_cache.tf
@@ -3,7 +3,7 @@ module "s3bucket_event_cache" {
3
4
count = var.enable_event_cache ? 1 : 0
5
6
- name = "eventsub_event_cache"
+ name = "es_event_cache"
7
8
aws_account_id = var.aws_account_id
9
region = var.region
0 commit comments