hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.6k stars 8.99k forks source link

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

Open gmaghera opened 3 years ago

gmaghera commented 3 years ago

Community Note

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

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?

gmaghera commented 3 years ago

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.

github-actions[bot] commented 1 year ago

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!

shouze commented 1 year ago

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

github-actions[bot] commented 4 days ago

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!