-
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
AUTH-6711 Fix access application saas apps attributes crashing provider #4843
AUTH-6711 Fix access application saas apps attributes crashing provider #4843
Conversation
…alized when no changes were made to them
70802f2
to
915a783
Compare
changelog detected ✅ |
could you add a test case to cover the issue found here? |
acceptance tests all passing
merging to get this into todays release but we should come back with a regression test here too. |
This functionality has been released in v4.50.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! |
The customAttributes slice pointer was only being initialized when hasChanges returned true, which would crash when no changes were made to the array.