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

zone: Remove DiffSuppressFunc causing jump_start issues #830

Merged

Conversation

jacobbednarz
Copy link
Member

Updates the cloudflare_zone schema to remove DiffSuppressFunc for
jump_start. From the test case in #826, this attribute is causing the
value to always be set to "false" which is preventing the end users
value from being passed through to the API call.

The history suggests this has always been the case since the resource
was introduced so I'm not sure if it was intentional, however this
addresses the bug in question.

Fixes #826

Updates the `cloudflare_zone` schema to remove `DiffSuppressFunc` for
`jump_start`. From the test case in cloudflare#826, this attribute is causing the
value to always be set to "false" which is preventing the end users
value from being passed through to the API call.

The history suggests this has always been the case since the resource
was introduced so I'm not sure if it was intentional, however this
addresses the bug in question.

Fixes cloudflare#826
@jacobbednarz jacobbednarz self-assigned this Oct 20, 2020
@jacobbednarz jacobbednarz added the kind/bug Categorizes issue or PR as related to a bug. label Oct 20, 2020
@jacobbednarz jacobbednarz merged commit 9b4e388 into cloudflare:master Oct 20, 2020
@jacobbednarz jacobbednarz deleted the 826-fix-zone-jumpstart-flag branch October 20, 2020 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resource "cloudflare_zone" jump_start flag not working
1 participant