We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a9dab commit aa5e7c7Copy full SHA for aa5e7c7
1 file changed
infrastructure/terraform/modules/eventpub/module_s3bucket_event_cache.tf
@@ -1,5 +1,5 @@
1
module "s3bucket_event_cache" {
2
- source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.30/terraform-s3bucket.zip"
+ 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"
3
4
count = var.enable_event_cache ? 1 : 0
5
0 commit comments