File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
infrastructure/terraform/components/app Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments