wgebis / terraform-provider-mailgun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mailgun is going to remove `smtp_password` parameter in GET `/domains` and `/domains/` API calls.

chaliy opened this issue · comments

Hello sorry for non compliant issue reporting.

Mailgun is going to remove smtp_password parameter in GET /domains and /domains/ API calls. It seems like it is in use for the resource_mailgun_domain for change detection. It sounds like if it will not fail, it will constantly generate changes.

More details: https://help.mailgun.com/hc/en-us/articles/4405121167387

Hi @chaliy
yes, it's correct I'm aware of it. smtp_password is still available at time of creation. To avoid generating changes you can mark it after creation as ignored.
Let me know if it makes sense for you. I don't have a better solution at the moment 😢 .
Thanks,
W

Hello @wgebis , in my case I think we will just remove setting smtp_password at all, so most likely we have workaround. Thank you.