auth0.Connection constructor strategy_version
appears to be ignored
#154
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
blocked
The issue cannot be resolved without 3rd party action.
kind/bug
Some behavior is incorrect or out of spec
What happened?
The constructor argument of auth0.Connection
strategy_version
and correspondingOutput
appear to be ignored.It does, however, work when using the
options
constructor arg/output.Steps to reproduce
Create a connection like so:
does NOT create an Auth0 connection with strategy version 2 (it uses default strategy version 1). Similiarily, looking up an existing connection
does not return a
strategy_version
in its Outputs.Expected Behavior
Auth0 connection created with strategy_version set to 2
Actual Behavior
Auth0 connection created with (default?) strategy_version set to 1
Versions used
CLI
Version 3.35.2
Go Version go1.17.11
Go Compiler gc
Host
OS debian
Version bookworm/sid
Arch x86_64
Auth0 version:
pulumi_auth0-2.11.0
Additional context
To actually set strategy version, one must use
options
. (i.e., the following WORKS):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).
The text was updated successfully, but these errors were encountered: