-
Notifications
You must be signed in to change notification settings - Fork 420
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
[Bug]: invalid property 'SYNC_PASSWORD' for 'INTEGRATION - SCIM - AZURE' #2946
Comments
Hey @sfc-gh-jmichalak, We came from v0.92 |
Since you have this resource in your state, please remove it from the state with terraform state rm, add We'll add these steps to migration guide for v0.93. |
<!-- Feel free to delete comments as you fill this in --> - add a state upgrader to set `default` for affected resources - add an entry the in migration guide with explanation of the issue (also add a warning for v0.93) - add sdk validation for setting conflicting values - add resource validation for setting conflicting values in create/update (can't do it as ValidateFunc because it has scope of only one field) - add acceptance tests to cover flow with this issue - improve docs for other security integrations ## Test Plan <!-- detail ways in which this PR has been tested or needs to be tested --> * [x] acceptance tests <!-- add more below if you think they are relevant --> * [x] unit tests ## References <!-- issues documentation links, etc --> References #2946, #2927.
@aldwyn This has been fixed in v0.94. Please follow our migration guide. We've also added a note about this to the migration guide for v0.93. |
Terraform CLI Version
1.9.2
Terraform Provider Version
0.93.0
Terraform Configuration
Category
category:resource
Object type(s)
resource:scim_integration
Expected Behavior
It should not send "SYNC_PASSWORD" when the set
scim_client
is "AZURE"Actual Behavior
Steps to Reproduce
How much impact is this issue causing?
High
Logs
No response
Additional Information
No response
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: