Skip to content

Commit cb72318

Browse files
Merge pull request #302 from NHSDigital/CCM-8566_ArchiveCreationFix
CCM-8566 Archive Creation Fix
2 parents a29598a + 0ab7016 commit cb72318

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="
1+
module "eventpub" {
2+
source = "git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/eventpub?ref=v1.0.9"
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)