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

Handle missing/empty filter in terraform #1723

Merged
merged 2 commits into from Jun 27, 2022

Conversation

sbfaulkner
Copy link
Contributor

@sbfaulkner sbfaulkner commented Jun 24, 2022

in addition to the previous fix for marshalling an empty filter (in cloudflare-go), the terraform provider needs to be fixed for a different problem

the current implementation attempts to unmarshal an empty string as JSON - which fails

the Get will return "", so we test that instead

@github-actions
Copy link
Contributor

github-actions bot commented Jun 24, 2022

changelog detected ✅

@jacobbednarz jacobbednarz merged commit 3d37ffb into cloudflare:master Jun 27, 2022
@github-actions github-actions bot added this to the v3.18.0 milestone Jun 27, 2022
github-actions bot pushed a commit that referenced this pull request Jun 27, 2022
@sbfaulkner sbfaulkner deleted the empty-filter branch June 27, 2022 12:20
@github-actions
Copy link
Contributor

This functionality has been released in v3.18.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.

None yet

2 participants