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

Support reset_email_by_code in EmailTemplate #753

Open
michealpeterson opened this issue Jan 20, 2025 · 1 comment
Open

Support reset_email_by_code in EmailTemplate #753

michealpeterson opened this issue Jan 20, 2025 · 1 comment
Labels
awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). kind/enhancement Improvements or new features

Comments

@michealpeterson
Copy link

reset_email_by_code is not supported in the EmailTemplate Resource but is available it is in the Auth0 API

Docs do not list reset_email_by_code as an import option: https://www.pulumi.com/registry/packages/auth0/api-docs/emailtemplate/#import

But it is available in the Auth0 API: https://auth0.com/docs/api/management/v2/email-templates/get-email-templates-by-template-name

Currently I receive the following email when attempting to import a relevant template:

pulumi import auth0:index/emailTemplate:EmailTemplate reset-email-by-code "reset_email_by_code"
Previewing import (dev)

View in Browser (Ctrl+O):
[pulumi preview link]

     Type                          Name                 Plan       Info
     pulumi:pulumi:Stack           auth0-dev                       1 error
 =   └─ auth0:index:EmailTemplate  reset-email-by-code  import     1 error

Diagnostics:
  pulumi:pulumi:Stack (auth0-dev):
    error: preview failed

  auth0:index:EmailTemplate (reset-email-by-code):
    error: Preview failed: resource 'reset_email_by_code' does not exist
@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Jan 20, 2025
@guineveresaenger
Copy link
Contributor

Hi @michealpeterson, thank you for filing this feature request.

The good news is that it's looking like this is actively being worked on in the upstream provider; once that is released there, we'll have it available here shortly.

@guineveresaenger guineveresaenger added kind/enhancement Improvements or new features awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). and removed needs-triage Needs attention from the triage team labels Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

3 participants