Skip to content

Commit a7ca754

Browse files
committed
Merge branch 'main' of https://github.com/NHSDigital/nhs-notify-web-template-management into feature/CCM-10424-error-for-missing-client-campaign-id
2 parents cebb253 + 24972ac commit a7ca754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/acct/module_ses_testing.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "ses_testing" {
2-
count = local.use_sftp_letter_supplier_mock ? 1 : 0
2+
count = local.use_sftp_letter_supplier_mock && var.support_sandbox_environments ? 1 : 0
33

44
source = "../../modules/acct-ses-testing"
55

0 commit comments

Comments
 (0)