-
Notifications
You must be signed in to change notification settings - Fork 21
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
Domain Sending Key Support #23
Comments
It looks like mailgun api still does not support for creating domain sending keys. An alternative is to use smtp. |
Yep, they do not support Sending API Keys creation via API (just chatted with MailGun support). They recommend requesting this API via https://feedback.mailgun.com/ |
For now for our use we will switch to SMTP, but leave this open and also plan on reaching out to the feedback form. |
I'm not sure if this is the same issue but I'm looking to generate a password as push it into the email domain:
When ever re-run terraform I get the following error which, to me, indicates that the provider is trying to update the password every time whether it's changed or not:
|
Hi there,
Terraform Version
1.0.8
Affected Resource(s)
Mailgun
Expected Behaviour
Mailgun allows you to create individual domain targeted api keys.
I would like to be able to create and revoke these for domains that have been created.
Actual Behaviour
This feature is not currently supported.
References
Domain Sending Keys announcement https://www.mailgun.com/blog/mailgun-ip-pools-domain-keys/
Docs https://documentation.mailgun.com/en/latest/api-intro.html?highlight=domain%20sending%20key#authentication
The text was updated successfully, but these errors were encountered: