Skip to content

Commit aa5e7c7

Browse files
CCM-14600: Enable Access Logging for EventCache Buckets
1 parent 43a9dab commit aa5e7c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/modules/eventpub/module_s3bucket_event_cache.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "s3bucket_event_cache" {
2-
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.30/terraform-s3bucket.zip"
2+
source = "git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/terraform/modules/s3bucket?ref=feature/CCM-14600_Enable_Access_Logging_For_EventCache_Buckets"
33

44
count = var.enable_event_cache ? 1 : 0
55

0 commit comments

Comments
 (0)