File tree Expand file tree Collapse file tree 6 files changed +22
-24
lines changed
Expand file tree Collapse file tree 6 files changed +22
-24
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ immunisation_account_id = "084828561157"
33dspp_core_account_id = " 603871901111"
44pds_environment = " int"
55pds_check_enabled = false
6- create_mesh_processor = true
6+ create_mesh_processor = false
77has_sub_environment_scope = false
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ immunisation_account_id = "084828561157"
33dspp_core_account_id = " 603871901111"
44pds_environment = " int"
55pds_check_enabled = false
6- create_mesh_processor = true
6+ create_mesh_processor = false
77has_sub_environment_scope = false
Original file line number Diff line number Diff line change @@ -47,7 +47,9 @@ check "private_subnets" {
4747}
4848
4949data "aws_vpc" "default" {
50- default = true
50+ tags = {
51+ Name = " imms-${ var . environment } -fhir-api-vpc"
52+ }
5153}
5254
5355data "aws_subnets" "all" {
Original file line number Diff line number Diff line change 11locals {
22 # NHSD cert file
3- truststore_file_name = " server-renewed-cert.pem"
3+ truststore_file_name = var . environment == " preprod " ? " imms-int-cert.pem " : " server-renewed-cert.pem"
44}
55
66data "aws_s3_bucket" "cert_storage" {
Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ variable "project_short_name" {
1919 default = " imms"
2020}
2121
22- variable "use_new_aws_preprod_account" {
23- default = true
24- }
2522variable "service" {
2623 default = " fhir-api"
2724}
@@ -46,7 +43,6 @@ locals {
4643 prefix = " ${ var . project_name } -${ var . service } -${ var . sub_environment } "
4744 short_prefix = " ${ var . project_short_name } -${ var . sub_environment } "
4845 batch_prefix = " immunisation-batch-${ var . sub_environment } "
49- vpc_name = " imms-${ var . environment } -fhir-api-vpc"
5046 root_domain_name = " ${ var . environment } .vds.platform.nhs.uk"
5147 project_domain_name = " imms.${ local . root_domain_name } "
5248 service_domain_name = " ${ var . sub_environment } .${ local . project_domain_name } "
You can’t perform that action at this time.
0 commit comments