mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-02 17:48:36 -04:00
Add a mail-from subdomain to staging and prod ses
This commit is contained in:
@@ -23,6 +23,7 @@ resource "cloudfoundry_service_instance" "ses" {
|
||||
json_params = jsonencode({
|
||||
region = var.aws_region
|
||||
domain = var.email_domain
|
||||
mail_from_subdomain = var.mail_from_subdomain
|
||||
email_receipt_error = var.email_receipt_error
|
||||
enable_feedback_notifications = true
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user