Skip to content

Commit 3d70a8a

Browse files
CCM-7938 Temparary disable of the EventPublishing Mechanism
1 parent 3d7cd32 commit 3d70a8a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
module "eventpub" {
2-
source = "git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/eventpub?ref=CCM-8566_ArchiveFixes"
1+
# module "eventpub" {
2+
# source = "git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/eventpub?ref="
33

4-
name = "eventpub"
4+
# name = "eventpub"
55

6-
aws_account_id = var.aws_account_id
7-
component = var.component
8-
environment = var.environment
9-
project = var.project
10-
region = var.region
11-
group = var.group
6+
# aws_account_id = var.aws_account_id
7+
# component = var.component
8+
# environment = var.environment
9+
# project = var.project
10+
# region = var.region
11+
# group = var.group
1212

13-
log_retention_in_days = var.log_retention_in_days
14-
kms_key_arn = module.kms.key_arn
13+
# log_retention_in_days = var.log_retention_in_days
14+
# kms_key_arn = module.kms.key_arn
1515

16-
enable_event_cache = var.enable_event_caching
16+
# enable_event_cache = var.enable_event_caching
1717

18-
enable_sns_delivery_logging = var.event_delivery_logging
19-
sns_success_logging_sample_percent = var.event_delivery_logging_success_sample_percentage
18+
# enable_sns_delivery_logging = var.event_delivery_logging
19+
# sns_success_logging_sample_percent = var.event_delivery_logging_success_sample_percentage
2020

21-
data_plane_bus_arn = var.data_plane_bus_arn
22-
control_plane_bus_arn = var.control_plane_bus_arn
23-
}
21+
# data_plane_bus_arn = var.data_plane_bus_arn
22+
# control_plane_bus_arn = var.control_plane_bus_arn
23+
# }

0 commit comments

Comments
 (0)