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 ffc287b commit 511d012Copy full SHA for 511d012
terraform/account-wide-infrastructure/modules/pointers-table/vars.tf
@@ -23,6 +23,6 @@ variable "kms_deletion_window_in_days" {
23
24
variable "enable_backups" {
25
type = bool
26
- description = "Enable AwS cloud backup"
+ description = "Enable AWS cloud backup"
27
default = false
28
}
terraform/infrastructure/etc/perftest.tfvars
@@ -1,7 +1,7 @@
1
account_name = "perftest"
2
aws_account_name = "test"
3
4
-dynamodb_pointers_table_prefix = "nhsd-nrlf--perftest-baseline"
+dynamodb_pointers_table_prefix = "nhsd-nrlf--perftest"
5
6
domain = "perftest.record-locator.national.nhs.uk"
7
public_domain = "perftest.api.service.nhs.uk"
0 commit comments