Skip to content

Commit 2f92630

Browse files
authored
VED-741: Turn on MESH processor in prod. (#814)
1 parent 5d3555a commit 2f92630

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)