We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9165d1 commit 3a2a86dCopy full SHA for 3a2a86d
infrastructure/terraform/modules/backend-api/module_s3bucket_download.tf
@@ -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
-
7
module "s3bucket_download" {
8
source = "git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/s3bucket?ref=v2.0.2"
9
10
- name = local.download_bucket_name
+ name = "download"
11
12
aws_account_id = var.aws_account_id
13
region = var.region
0 commit comments