You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A secure tracking certificate is getting generated. Regeneration can be achieved by either tainting the mailgun_secure_tracking resource, or deleting and re-adding it, or potentially by adding an extra boolean flag as an argument.
Important Factoids
The reason why this resource is needed is that the Mailgun API doesn't generate an SSL certificate for the tracking domain when web_scheme = "https" is provided via the API. It works however if https is selected via the UI.
Terraform Version
All.
Affected Resource(s)
Example Terraform Configuration Files
Expected Behavior
A secure tracking certificate is getting generated. Regeneration can be achieved by either tainting the mailgun_secure_tracking resource, or deleting and re-adding it, or potentially by adding an extra boolean flag as an argument.
Important Factoids
web_scheme = "https"
is provided via the API. It works however ifhttps
is selected via the UI.References
The text was updated successfully, but these errors were encountered: