Skip to content

Commit 3cf90d0

Browse files
CCM-14600: Enable Access Logging for EventCache Buckets
1 parent 59c4609 commit 3cf90d0

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 = "git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/terraform/modules/s3bucket?ref=feature/CCM-14600_Enable_Access_Logging_For_EventCache_Buckets"
2+
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/3.0.3/terraform-s3bucket.zip"
33

44
count = var.enable_event_cache ? 1 : 0
55

0 commit comments

Comments
 (0)