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 59adbba commit 1a26acfCopy full SHA for 1a26acf
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=CCM-7890_BackupModuleRefactor"
+ source = "git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/aws-backup-source?ref=v1.0.7"
3
count = var.destination_vault_arn != null ? 1:0
4
5
component = var.component
0 commit comments