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

Action Runtime For 'node18-actions' Unavailable #274

Closed
source-studio opened this issue Jul 27, 2023 · 2 comments
Closed

Action Runtime For 'node18-actions' Unavailable #274

source-studio opened this issue Jul 27, 2023 · 2 comments
Labels
awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). kind/bug Some behavior is incorrect or out of spec

Comments

@source-studio
Copy link

What happened?

I'm trying to define an Action with a runtime of node-18-actions, which is the generally available Node 18 runtime version, but the Pulumi provider does not appear to accept it:

error: auth0:index/action:Action resource '<redacted>' has a problem: expected runtime to be one of [node12 node16 node18], got node18-actions. Examine values at '<redacted>'.

Expected Behavior

I expect the node-18-actions value to be valid, since this is the default value used by the UI.

Steps to reproduce

Define an Action with a runtime version of node-18-actions and attempt to deploy it.

Output of pulumi about

N/A

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

@source-studio source-studio added kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team labels Jul 27, 2023
@rquitales
Copy link
Member

Hello @source-studio,

Thank you for bringing up this issue.

Upon investigation, it seems that the feature you've mentioned has recently been added to the upstream Terraform provider that Pulumi Auth0 utilizes. This update is targeted to be included in the next major release of the upstream provider. Once this major release becomes stable and is officially launched, we will proceed to update our fork to incorporate these new changes. This update will enable the GA (general availability) version of the node-18 runtime to be supported.

We appreciate your patience while we work on implementing these improvements. If you have any further questions or concerns, feel free to let us know. Your contributions and feedback are highly valued as we strive to enhance our services.

@rquitales rquitales added 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 Jul 28, 2023
@source-studio
Copy link
Author

The node18-actions runtime appears to be available in the latest version of the provider now 👍

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/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

2 participants