Skip to content

Commit 1a6d083

Browse files
committed
Turn off MESH processor in preprod and turn on in prod.
1 parent 5d3555a commit 1a6d083

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)