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

req.GetVariables() is deprecated in favor of req.GetArgs() #1833

Open
t0yv0 opened this issue Nov 15, 2024 · 0 comments
Open

req.GetVariables() is deprecated in favor of req.GetArgs() #1833

t0yv0 opened this issue Nov 15, 2024 · 0 comments
Labels
needs-triage Needs attention from the triage team

Comments

@t0yv0
Copy link
Member

t0yv0 commented Nov 15, 2024

This provider reads config from GetVariables() which is the old form. The new GetArgs() form is preferred.

See https://pulumi-developer-docs.readthedocs.io/latest/docs/_generated/proto/provider.html#configurerequest

Warning

  • variables is deprecated; args should be used instead wherever possible.
@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Needs attention from the triage team
Projects
None yet
Development

No branches or pull requests

2 participants