We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e27592 commit 440ab57Copy full SHA for 440ab57
infrastructure/terraform/components/app/module_nhse_backup_vault.tf
@@ -1,10 +1,11 @@
1
module "nhse_backup_vault" {
2
- source = "git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/aws-backup-source?ref=v1.0.8"
+ source = "git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/aws-backup-source?ref=v2.0.12"
3
count = var.destination_vault_arn != null ? 1 : 0
4
5
- component = var.component
6
- environment = var.environment
7
- project = var.project
+ component = var.component
+ environment = var.environment
+ project = var.project
8
+
9
backup_copy_vault_account_id = data.aws_arn.destination_vault_arn[0].account
10
backup_copy_vault_arn = data.aws_arn.destination_vault_arn[0].arn
11
0 commit comments