Skip to content

Commit 138609d

Browse files
committed
NDR-213 Remove unessecary prefix var
1 parent 10545f5 commit 138609d

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

infrastructure/dev.tfvars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ owner = "nhse/ndr-team"
33
domain = "access-request-fulfilment.patient-deductions.nhs.uk"
44
certificate_domain = "access-request-fulfilment.patient-deductions.nhs.uk"
55
certificate_subdomain_name_prefix = "api-"
6-
certificate_subdomain_name_prefix_mtls = "mtls-"
76

87
standalone_vpc_tag = "ndr-dev"
98
standalone_vpc_ig_tag = "ndr-dev"

infrastructure/preprod.tfvars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ owner = "nhse/ndr-team"
33
domain = "national-document-repository.nhs.uk"
44
certificate_domain = "pre-prod.national-document-repository.nhs.uk"
55
certificate_subdomain_name_prefix = "api."
6-
certificate_subdomain_name_prefix_mtls = "mtls."
76

87
standalone_vpc_tag = "ndr-pre-prod"
98
standalone_vpc_ig_tag = "ndr-pre-prod"

infrastructure/prod.tfvars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ owner = "nhse/ndr-team"
33
domain = "national-document-repository.nhs.uk"
44
certificate_domain = "national-document-repository.nhs.uk"
55
certificate_subdomain_name_prefix = "api."
6-
certificate_subdomain_name_prefix_mtls = "mtls."
76

87
standalone_vpc_tag = "ndr-prod"
98
standalone_vpc_ig_tag = "ndr-prod"

infrastructure/test.tfvars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ owner = "nhse/ndr-team"
33
domain = "access-request-fulfilment.patient-deductions.nhs.uk"
44
certificate_domain = "ndr-test.access-request-fulfilment.patient-deductions.nhs.uk"
55
certificate_subdomain_name_prefix = "api."
6-
certificate_subdomain_name_prefix_mtls = "mtls."
76

87
standalone_vpc_tag = "ndr-test"
98
standalone_vpc_ig_tag = "ndr-test"

0 commit comments

Comments
 (0)