Skip to content

Commit afff9ca

Browse files
authored
Merge pull request #204 from navapbc/sophaskins/disable-emails-for-prod
chore: add ids for email limiting
2 parents c15d658 + 5761643 commit afff9ca

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

terraform/prod.tfvars

+27
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,30 @@ consume_grants_source_event_bus_name = "default"
9191

9292
// Email
9393
email_enable_tracking = true
94+
95+
// Migration Email Flags
96+
limit_emails_for_migration = true
97+
98+
allowed_email_user_ids = [
99+
100+
101+
102+
103+
104+
105+
106+
107+
108+
109+
110+
111+
112+
113+
114+
115+
116+
117+
]
118+
allowed_email_tenant_ids = [
119+
"1" # Nava Tenant
120+
]

terraform/staging.tfvars

+8
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,11 @@ consume_grants_source_event_bus_name = "default"
9191

9292
// Email
9393
email_enable_tracking = false
94+
95+
// Migration Email Flags
96+
limit_emails_for_migration = true
97+
98+
allowed_email_user_ids = [
99+
100+
]
101+
allowed_email_tenant_ids = []

0 commit comments

Comments
 (0)