Skip to content

Commit 4410779

Browse files
committed
Enable MESH processor in preprod for pre-release testing.
1 parent 3ff23ce commit 4410779

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-blue-green.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Blue Green - INT
33
on:
44
push:
55
branches:
6-
- release-2025-08-12
6+
- release-2025-08-27
77

88
jobs:
99
deploy-green:

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 = false
6+
create_mesh_processor = true
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 = false
6+
create_mesh_processor = true
77
has_sub_environment_scope = false

0 commit comments

Comments
 (0)