Skip to content

Commit 24972ac

Browse files
authored
CCM-10282: SES testing module fix for nonprod (#563)
1 parent b1b39ab commit 24972ac

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)