Closed ImryLevySadan closed 11 months ago
Thank you for reporting this! Just to make sure could you note your exact version of @pulumi/gitlab? Thank you. My team will be having a look as we get available capacity.
@ImryLevySadan Are you still experiencing this issue? Could you please share the version of the gitlab provider you are using?
What happened?
I get non-deterministic error when ever I deployed gitlab application-settings resource (in @pulumi/gitlab/applicationSettings).
In addition. I keep seeing that there are changes in this resource, and specifically in the "sendUserConfirmationEmail" field, which hasn't been changed by me, nor in code or manually via UI.
This is the error:
This error indicates that one of this mandatory fields is allegedly missing. Of course, They aren't. I've places many of this must-have fields in my code.
Expected Behavior
application settings should not mark as need to be changed at all + this weird error should not appear.
Steps to reproduce
We are using pulumi automation api using typescript.
This is the code of this specific resource:
Versions:
"@pulumi/command": "^0.7.2", "@pulumi/gcp": "^6.58.0", "@pulumi/gitlab": "^6.0.0", "@pulumi/pulumi": "3.58.0", "@pulumi/random": "^4.13.2",
"typescript": "~5.0.4"Output of
pulumi about
`CLI
Version 3.58.0 Go Version go1.20.2 Go Compiler gc
Host
OS ubuntu Version 20.04 Arch x86_64
Backend
Name pulumi.com URL https://app.pulumi.com/imry User imry Organizations imry `
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).