-
Notifications
You must be signed in to change notification settings - Fork 2
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
4.12.0 AppUserBaseSchemaProperty adds new attributes permissions, union and userType #772
Comments
Hey @notdodo, thanks for reporting the issue and sorry you've hit this. I can see the upstream issue is closed as "working as intended", which is unfortunate. Can you please add a bit more detail about:
|
Hei @VenelinMartinov yeah sure; I was in a rush hoping that someone already looked at it. |
Here it is. First test:
during
the import will fail due to Second try adding those attributes to the code:
Same outcome:
even if the attributes are defined on the code the import see drifts. |
@notdodo I see that you are using the |
unfortunately it doesn't (it works tho) since we'd like to only use pipelines for IaC and not manual interaction with the state which is a bad practice. |
I see, good to hear that Unfortunately, we do currently give users the tools to work around the issue on our side either. I think the best you can do is manually import the resource to work around the limitation. Some of the issues connected to this. Feel free to upvote: pulumi/pulumi-terraform-bridge#2272 - this is about giving bridged providers the ability to work around this problem. |
Describe what happened
Hi,
the update from 4.11.0 to 4.12.0 shows changes to add new attributes on AppUserBaseSchemaProperty resource.
but import those resources will fail since the resource doesn't match.
I've already created an issue on Okta TF provider: okta/terraform-provider-okta#2102
Sample program
#772 (comment)
Log output
No response
Affected Resource(s)
No response
Output of
pulumi about
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).
The text was updated successfully, but these errors were encountered: