Skip to content

Commit 1a26acf

Browse files
CCM-7890 fix overload permissions
1 parent 59adbba commit 1a26acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/app/module_nhse_backup_vault.tf

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

55
component = var.component

0 commit comments

Comments
 (0)