-
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
resource/cloudflare_ruleset: allow FromValue.PreserveQueryString
to be nullable
#2414
resource/cloudflare_ruleset: allow FromValue.PreserveQueryString
to be nullable
#2414
Conversation
… be nullable Updates the `FromValue.PreserveQueryString` handling in the request + state handler to use the changes from cloudflare/cloudflare-go#1275 and allows conditional handling of null in resources. Closes #2408
ec5db29
to
a8502b4
Compare
changelog detected ✅ |
acceptance tests all passing with cloudflare/cloudflare-go#1275 shimmed in
|
This functionality has been released in v4.6.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! |
Updates the
FromValue.PreserveQueryString
handling in the request + state handler to use the changes from cloudflare/cloudflare-go#1275 and allows conditional handling of null in resources.Depends on cloudflare/cloudflare-go#1275
Closes #2408