Skip to content
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

Merged
merged 10 commits into from
May 5, 2022
Merged

Conversation

jacobbednarz
Copy link
Member

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

@github-actions
Copy link
Contributor

github-actions bot commented May 2, 2022

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:

```release-note:TYPE
Release note
```

If you do not require a release note to be included, please add the workflow/skip-changelog-entry label.

@jacobbednarz jacobbednarz force-pushed the diag-support branch 3 times, most recently from b80d891 to 8471d3d Compare May 2, 2022 05:41
@jacobbednarz
Copy link
Member Author

kicked off the full acceptance test suite for this one at https://github.com/cloudflare/terraform-provider-cloudflare/actions/runs/2256240309

@jacobbednarz jacobbednarz merged commit e6c40ea into master May 5, 2022
@jacobbednarz jacobbednarz deleted the diag-support branch May 5, 2022 01:14
@github-actions github-actions bot added this to the v3.15.0 milestone May 5, 2022
github-actions bot pushed a commit that referenced this pull request May 5, 2022
@github-actions
Copy link
Contributor

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update schema methods to support context + diagnostics
1 participant