Skip to content

Commit 81b45dc

Browse files
committed
[NRL-1860] Undo adding perftest tables to TF
1 parent 72620c0 commit 81b45dc

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

terraform/account-wide-infrastructure/test/dynamodb__pointers-table.tf

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -33,30 +33,5 @@ module "ref-pointers-table" {
3333

3434
module "perftest-pointers-table" {
3535
source = "../modules/pointers-table"
36-
name_prefix = "nhsd-nrlf--perftest-baseline"
37-
}
38-
39-
module "perftest-4m-pointers-table" {
40-
source = "../modules/pointers-table"
41-
name_prefix = "nhsd-nrlf--perftest-4m"
42-
}
43-
44-
module "perftest-8m-pointers-table" {
45-
source = "../modules/pointers-table"
46-
name_prefix = "nhsd-nrlf--perftest-8m"
47-
}
48-
49-
module "perftest-16m-pointers-table" {
50-
source = "../modules/pointers-table"
51-
name_prefix = "nhsd-nrlf--perftest-16m"
52-
}
53-
54-
module "perftest-32m-pointers-table" {
55-
source = "../modules/pointers-table"
56-
name_prefix = "nhsd-nrlf--perftest-32m"
57-
}
58-
59-
module "perftest-64m-pointers-table" {
60-
source = "../modules/pointers-table"
61-
name_prefix = "nhsd-nrlf--perftest-64m"
36+
name_prefix = "nhsd-nrlf--perftest"
6237
}

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)