-
Notifications
You must be signed in to change notification settings - Fork 632
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
Swap to Context
everywhere and diag
support
#1592
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/docs/changelog-process.md. Example:
If you do not require a release note to be included, please add the |
b80d891
to
8471d3d
Compare
kicked off the full acceptance test suite for this one at https://github.com/cloudflare/terraform-provider-cloudflare/actions/runs/2256240309 |
This functionality has been released in v3.15.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 provider to make use of Terraform diagnostics and reusing the
context.Context
passed in by the provider instead of spawning a new one.Closes #1187