Skip to content

Commit 3a2a86d

Browse files
committed
fix broken local ref
1 parent b9165d1 commit 3a2a86d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

infrastructure/terraform/modules/backend-api/module_s3bucket_download.tf

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
# locals {
2-
# # required to avoid a circular dependency between policy and bucket
3-
# download_bucket_name = "download"
4-
# download_bucket_arn = "arn:aws:s3:::${local.csi_global}-${local.download_bucket_name}"
5-
# }
6-
71
module "s3bucket_download" {
82
source = "git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/s3bucket?ref=v2.0.2"
93

10-
name = local.download_bucket_name
4+
name = "download"
115

126
aws_account_id = var.aws_account_id
137
region = var.region

0 commit comments

Comments
 (0)