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 f3706f6 commit ffc287bCopy full SHA for ffc287b
terraform/account-wide-infrastructure/test/dynamodb__pointers-table.tf
@@ -33,5 +33,5 @@ module "ref-pointers-table" {
33
34
module "perftest-pointers-table" {
35
source = "../modules/pointers-table"
36
- name_prefix = "nhsd-nrlf--perftest"
+ name_prefix = "nhsd-nrlf--perftest-baseline"
37
}
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"
+dynamodb_pointers_table_prefix = "nhsd-nrlf--perftest-baseline"
5
6
domain = "perftest.record-locator.national.nhs.uk"
7
public_domain = "perftest.api.service.nhs.uk"
0 commit comments