Skip to content

Commit 511d012

Browse files
NRL-1666 Just deploy one change at a time
1 parent ffc287b commit 511d012

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/account-wide-infrastructure/modules/pointers-table/vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ variable "kms_deletion_window_in_days" {
2323

2424
variable "enable_backups" {
2525
type = bool
26-
description = "Enable AwS cloud backup"
26+
description = "Enable AWS cloud backup"
2727
default = false
2828
}

terraform/infrastructure/etc/perftest.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
account_name = "perftest"
22
aws_account_name = "test"
33

4-
dynamodb_pointers_table_prefix = "nhsd-nrlf--perftest-baseline"
4+
dynamodb_pointers_table_prefix = "nhsd-nrlf--perftest"
55

66
domain = "perftest.record-locator.national.nhs.uk"
77
public_domain = "perftest.api.service.nhs.uk"

0 commit comments

Comments
 (0)