Skip to content

Commit 440ab57

Browse files
CCM-10039 backup:TagResource action
1 parent 4e27592 commit 440ab57

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

infrastructure/terraform/components/app/module_nhse_backup_vault.tf

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
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"
2+
source = "git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/aws-backup-source?ref=v2.0.12"
33
count = var.destination_vault_arn != null ? 1 : 0
44

5-
component = var.component
6-
environment = var.environment
7-
project = var.project
5+
component = var.component
6+
environment = var.environment
7+
project = var.project
8+
89
backup_copy_vault_account_id = data.aws_arn.destination_vault_arn[0].account
910
backup_copy_vault_arn = data.aws_arn.destination_vault_arn[0].arn
1011

0 commit comments

Comments
 (0)