Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform equivalent of aws pinpoint-email create-configuration-set-event-destination #14095

Open
gmaghera opened this issue Jul 8, 2020 · 3 comments
Labels
new-resource Introduces a new resource. service/pinpoint Issues and PRs that pertain to the pinpoint service.

Comments

@gmaghera
Copy link

gmaghera commented Jul 8, 2020

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform Version

Terraform v0.12.28

Affected Resource(s)

https://docs.aws.amazon.com/cli/latest/reference/pinpoint-email/create-configuration-set-event-destination.html

  • aws_pinpoint_?

Terraform Configuration Files

I cannot find the equivalent of this aws CLI command: aws pinpoint-email create-configuration-set-event-destination ...

Is this something yet to be implemented?

@ghost ghost added the service/pinpoint Issues and PRs that pertain to the pinpoint service. label Jul 8, 2020
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Jul 8, 2020
@gmaghera
Copy link
Author

gmaghera commented Jul 9, 2020

I think I might have found a way around this.

My understanding of PinPoint is pretty limited, but it appears to use SES under the hood.
Calling aws pinpoint-email create-configuration-set-event-destination seems to wrap aws ses create-configuration-set-event-destination and then do some additional PinPoint configuration. I haven't had much luck in finding documentation confirming this, I've been comparing deployment which used aws pinpoint against Terraform deployments using the aws_ses_* and aws_pinpoint-* providers.

It would be helpful to have some literature on how to replace aws pinpoint-email ... calls (no Terraform equivalent) with aws ses ... and aws pinpoint ... invocations, but maybe that's on AWS.

@breathingdust breathingdust added new-resource Introduces a new resource. and removed needs-triage Waiting for first response or review from a maintainer. labels Jul 10, 2020
@github-actions
Copy link

github-actions bot commented Jul 1, 2022

Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.

If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!

@github-actions github-actions bot added the stale Old or inactive issues managed by automation, if no further action taken these will get closed. label Jul 1, 2022
@shouze
Copy link

shouze commented Jul 1, 2022

No, would be great to keep it open, definitely need it!

@github-actions github-actions bot removed the stale Old or inactive issues managed by automation, if no further action taken these will get closed. label Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-resource Introduces a new resource. service/pinpoint Issues and PRs that pertain to the pinpoint service.
Projects
None yet
Development

No branches or pull requests

3 participants