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 d454976 commit 6b55c1dCopy full SHA for 6b55c1d
infrastructure/terraform/components/app/module_nhse_backup_vault.tf
@@ -1,5 +1,5 @@
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=CCM-7890_BackupModuleRefactor"
3
count = var.destination_vault_arn != null ? 1:0
4
5
component = var.component
0 commit comments