File tree Expand file tree Collapse file tree 2 files changed +2
-27
lines changed
account-wide-infrastructure/test Expand file tree Collapse file tree 2 files changed +2
-27
lines changed Original file line number Diff line number Diff line change @@ -33,30 +33,5 @@ module "ref-pointers-table" {
3333
3434module "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}
Original file line number Diff line number Diff line change 11account_name = " perftest"
22aws_account_name = " test"
33
4- dynamodb_pointers_table_prefix = " nhsd-nrlf--perftest-baseline "
4+ dynamodb_pointers_table_prefix = " nhsd-nrlf--perftest"
55
66domain = " perftest.record-locator.national.nhs.uk"
77public_domain = " perftest.api.service.nhs.uk"
You can’t perform that action at this time.
0 commit comments