Skip to content

Commit 937efd4

Browse files
committed
CCM-10980: merge
2 parents 3372863 + 24972ac commit 937efd4

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)