-
Notifications
You must be signed in to change notification settings - Fork 630
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
Access IDP scim_config.identity_update_behavior is computed #4667
Conversation
Oops! It looks like no changelog entry is attached to this PR. Please include a release note as described in https://github.com/cloudflare/terraform-provider-cloudflare/blob/master/contributing/changelog-process.md. Example:
If you do not require a release note to be included and you have permission, please add the |
Does this need a changelog entry? |
nice one!
|
This functionality has been released in v4.47.0 of the Terraform Cloudflare Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Makes
identity_update_behavior
a computed field because it has a default value of"reauth"
whengroup_member_deprovision
is enabled.This was confusing the provider and breaking an acceptance test: #4661 (comment)