Skip to content

Commit 8d69590

Browse files
committed
CCM-12323: Adding S3 restore testing plan
1 parent 813390e commit 8d69590

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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 = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.23/terraform-aws-backup-source.zip"
2+
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.25/terraform-aws-backup-source.zip"
33
count = var.destination_vault_arn != null ? 1 : 0
44

55
component = var.component

infrastructure/terraform/components/app/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ variable "CSRF_SECRET" {
110110
# Github only does uppercase env vars
111111
type = string
112112
description = "Secure cryptographic key to be used for generating CSRF tokens - This is intended to be read from CI variables and not committed to any codebase"
113+
default = "value"
113114
}
114115

115116
variable "branch_name" {

0 commit comments

Comments
 (0)