Skip to content

Commit 90a3888

Browse files
committed
NDR-213 tf fmt
1 parent 138609d commit 90a3888

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

infrastructure/dev.tfvars

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
environment = "dev"
2-
owner = "nhse/ndr-team"
3-
domain = "access-request-fulfilment.patient-deductions.nhs.uk"
4-
certificate_domain = "access-request-fulfilment.patient-deductions.nhs.uk"
5-
certificate_subdomain_name_prefix = "api-"
1+
environment = "dev"
2+
owner = "nhse/ndr-team"
3+
domain = "access-request-fulfilment.patient-deductions.nhs.uk"
4+
certificate_domain = "access-request-fulfilment.patient-deductions.nhs.uk"
5+
certificate_subdomain_name_prefix = "api-"
66

77
standalone_vpc_tag = "ndr-dev"
88
standalone_vpc_ig_tag = "ndr-dev"

infrastructure/preprod.tfvars

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
environment = "pre-prod"
2-
owner = "nhse/ndr-team"
3-
domain = "national-document-repository.nhs.uk"
4-
certificate_domain = "pre-prod.national-document-repository.nhs.uk"
5-
certificate_subdomain_name_prefix = "api."
1+
environment = "pre-prod"
2+
owner = "nhse/ndr-team"
3+
domain = "national-document-repository.nhs.uk"
4+
certificate_domain = "pre-prod.national-document-repository.nhs.uk"
5+
certificate_subdomain_name_prefix = "api."
66

77
standalone_vpc_tag = "ndr-pre-prod"
88
standalone_vpc_ig_tag = "ndr-pre-prod"

infrastructure/prod.tfvars

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
environment = "prod"
2-
owner = "nhse/ndr-team"
3-
domain = "national-document-repository.nhs.uk"
4-
certificate_domain = "national-document-repository.nhs.uk"
5-
certificate_subdomain_name_prefix = "api."
1+
environment = "prod"
2+
owner = "nhse/ndr-team"
3+
domain = "national-document-repository.nhs.uk"
4+
certificate_domain = "national-document-repository.nhs.uk"
5+
certificate_subdomain_name_prefix = "api."
66

77
standalone_vpc_tag = "ndr-prod"
88
standalone_vpc_ig_tag = "ndr-prod"

infrastructure/test.tfvars

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
environment = "test"
2-
owner = "nhse/ndr-team"
3-
domain = "access-request-fulfilment.patient-deductions.nhs.uk"
4-
certificate_domain = "ndr-test.access-request-fulfilment.patient-deductions.nhs.uk"
5-
certificate_subdomain_name_prefix = "api."
1+
environment = "test"
2+
owner = "nhse/ndr-team"
3+
domain = "access-request-fulfilment.patient-deductions.nhs.uk"
4+
certificate_domain = "ndr-test.access-request-fulfilment.patient-deductions.nhs.uk"
5+
certificate_subdomain_name_prefix = "api."
66

77
standalone_vpc_tag = "ndr-test"
88
standalone_vpc_ig_tag = "ndr-test"

0 commit comments

Comments
 (0)