-
Notifications
You must be signed in to change notification settings - Fork 48
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
Provider produced inconsistent result after apply #170
Comments
Seems to be an issue since version 2.0.0 which was released just a few hours ago... |
This seems to be because my label for the section was empty, worked before and would like to keep using this behavior.
|
I'm setting a value both for the label within the section and the field but also experiencing an error.
Terraform v1.7.5 Edit: ignore that actually, we were using the resource section incorrectly |
@pro4tlzz can you share a hint how you were using sections incorrectly? I'm also running into this issue, the item gets created just fine with all sections labeled, and I still get the "inconsistent values for sensitive attribute" errors... |
Further experimentation surfaced that the provider is not able to deal with empty values. I'll create a separate ticket for that. [edit: #185] |
Changed from something like
to
Basically don't use section or field as objects, just set all these properties in the root context of the resource |
Just chiming in here that I had this same problem. Since the types of documents that can be created are so limited, I use "login" and create sections. To avoid confusion, I used to est the username to Setting the username to something aside from an empty string fixed the issue.
|
Your environment
Terraform Provider Version: 2.0.0
CLI Version: 2.28.0
OS: macOS 14.5
Terraform Version: OpenTofu v1.7.1
What happened?
Was working fine, suddenly getting errors on apply today (even though resources haven't changed). Deleted resources in state and in the vault and attempted to recreate.
What did you expect to happen?
Update went as planned.
Notes & Logs
The text was updated successfully, but these errors were encountered: