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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS SES support for email sending configuration #469

Closed
hashibot opened this issue Jun 13, 2017 · 11 comments · Fixed by #6575
Closed

AWS SES support for email sending configuration #469

hashibot opened this issue Jun 13, 2017 · 11 comments · Fixed by #6575
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/ses Issues and PRs that pertain to the ses service.
Milestone

Comments

@hashibot
Copy link

This issue was originally opened by @ksperling as hashicorp/terraform#11232. It was migrated here as part of the provider split. The original body of the issue is below.


#6771 / hashicorp/terraform#5387 added AWS SES support for email receiving functionality.

It would be great if sending functionality could be provisioned via terraform as well, specifically creation of domain and email identities and configuration sets.

There are a number of up-votes for this on hashicorp/terraform#6771 (comment) but since that's a closed issue I thought it's better to open a separate one.

@hashibot hashibot added the enhancement Requests to existing resources that expand the functionality or scope. label Jun 13, 2017
@synchrone
Copy link

I believe this is now implemented, except for DKIM records retrieval (tracked as #1347)

@ghost
Copy link

ghost commented Aug 16, 2017

@synchrone, how is this implement? I mean, I don't see any aws_ses_email_identity in the documentation.

@synchrone
Copy link

Ah, you want to add the identities with terraform. I overlooked that one.

@ghost
Copy link

ghost commented Aug 17, 2017

double thinking it, is not a good idea... there's no advantage at all, you still have to verify that the email exists and if other applications use the same identity ([email protected]) it would crash, as the record already exists.

@radeksimko radeksimko added the service/ses Issues and PRs that pertain to the ses service. label Jan 25, 2018
@davidbegin
Copy link

I have a use case, where we have Terraform handling multiple AWS Accounts for different environments, and would like a consistent way to populate SES with Email Address Identities.

They will still need to be verified, but it is nice when we are provisioning a new environment,
or adding a new employee who needs to be verified in all AWS accounts.

@tdmalone
Copy link
Contributor

tdmalone commented May 3, 2018

@tdmalone
Copy link
Contributor

tdmalone commented May 3, 2018

Another thing to think about would be what happens when you try to re-add an identity that already exists. It appears this doesn't fail, but instead generates an e-mail notification to validate the user again.

Also, when listing current identities, it doesn't appear possible (at a quick glance) to see which ones are pending or verified.

@ezyang
Copy link

ezyang commented Feb 20, 2019

Just ran into this problem just now! I guess the answer for now is to populate this ourselves.

@nywilken
Copy link
Contributor

The aws_ses_email_identity resource has been merged and will be released with version 2.11.0 of the Terraform AWS provider, later this week.

@bflad bflad added this to the v2.11.0 milestone May 17, 2019
@bflad
Copy link
Contributor

bflad commented May 17, 2019

The new aws_ses_email_identity resource has been released in version 2.11.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!

@ghost
Copy link

ghost commented Mar 30, 2020

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!

@ghost ghost locked and limited conversation to collaborators Mar 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/ses Issues and PRs that pertain to the ses service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants