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