Terraform-provider-aws: Include ability to request headers with ses_identity_notification_topic

Created on 27 Apr 2018  ยท  4Comments  ยท  Source: hashicorp/terraform-provider-aws

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:

image

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?

enhancement servicses

Most helpful comment

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

All 4 comments

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!

Was this page helpful?
0 / 5 - 0 ratings