Skip to content

Commit 802e3d7

Browse files
committed
Turn off MESH processor in preprod and turn on in prod.
1 parent e67f5fa commit 802e3d7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

terraform/environments/preprod/int-blue/variables.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ immunisation_account_id = "084828561157"
33
dspp_core_account_id = "603871901111"
44
pds_environment = "int"
55
pds_check_enabled = false
6-
create_mesh_processor = true
6+
create_mesh_processor = false
77
has_sub_environment_scope = false

terraform/environments/preprod/int-green/variables.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ immunisation_account_id = "084828561157"
33
dspp_core_account_id = "603871901111"
44
pds_environment = "int"
55
pds_check_enabled = false
6-
create_mesh_processor = true
6+
create_mesh_processor = false
77
has_sub_environment_scope = false

terraform/environments/prod/blue/variables.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ immunisation_account_id = "664418956997"
33
dspp_core_account_id = "232116723729"
44
pds_environment = "prod"
55
pds_check_enabled = true
6-
create_mesh_processor = false
6+
create_mesh_processor = true
77
has_sub_environment_scope = false

terraform/environments/prod/green/variables.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ immunisation_account_id = "664418956997"
33
dspp_core_account_id = "232116723729"
44
pds_environment = "prod"
55
pds_check_enabled = true
6-
create_mesh_processor = false
6+
create_mesh_processor = true
77
has_sub_environment_scope = false

0 commit comments

Comments
 (0)