Skip to content

Commit 6c8e275

Browse files
CCM-7890 Adding backup template resources
1 parent e999304 commit 6c8e275

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infrastructure/terraform/components/app/module_nhse_backup_vault.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ module "nhse_backup_vault" {
88
backup_copy_vault_account_id = data.aws_arn.destination_vault_arn[0].account
99
backup_copy_vault_arn = data.aws_arn.destination_vault_arn[0].arn
1010

11-
reports_bucket = local.acct.s3_buckets["backup_reports"]["bucket"]
11+
reports_bucket = local.acct.s3_buckets["backup_reports"]["bucket"]
12+
notifications_target_email_address = var.backup_report_recipient
1213

1314
bootstrap_kms_key_arn = module.kms.key_id
1415
terraform_role_arn = local.bootstrap.iam_github_deploy_role["arn"]

0 commit comments

Comments
 (0)