ses_identity_notification_topic does not appear to offer the ability to request headers with notifications.
This functionality is presented in the web console as:

And is available via the AWS cli command aws ses set-identity-headers-in-notifications-enabled (unfortunately it's not part of set-identity-notification-topic which might be why it didn't make it into Terraform!)
Is this possible?
Seems like a new attribute called include_original_headers on that existing resource would be appropriate to make the second API call. SDK docs: https://docs.aws.amazon.com/sdk-for-go/api/service/ses/#SES.SetIdentityHeadersInNotificationsEnabled
any updates on this?
Support for the new include_original_headers argument on the aws_ses_identity_notification_topic resource has been merged and will release with version 2.15.0 of the Terraform AWS Provider. Thanks, @vaskevich!
I'm going to lock this issue because it has been closed for _30 days_ โณ. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!
Most helpful comment
Seems like a new attribute called
include_original_headerson that existing resource would be appropriate to make the second API call. SDK docs: https://docs.aws.amazon.com/sdk-for-go/api/service/ses/#SES.SetIdentityHeadersInNotificationsEnabled