-
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
chore: Add replace_insecure_js zone_settings_override toggle. #3602
chore: Add replace_insecure_js zone_settings_override toggle. #3602
Conversation
changelog detected ✅ |
Marking this pull request as stale due to 14 days of inactivity. This helps our maintainers find and focus on the active pull requests. If this pull request receives no comments in the next 7 days it will automatically be closed. Maintainers can also remove the |
internal/sdkv2provider/schema_cloudflare_zone_settings_override.go
Outdated
Show resolved
Hide resolved
if we're adding a new field, we need to add an acceptance test for coverage. as is, i also don't think this works given the new property isn't in the aggregated view of settings and needs to be treated as a single endpoint fetch as we did for |
…s_toggle' into replace_insecure_js_zone_settings_toggle
Added a test, but seems it is not run from this PR? How do I test it manually? @jacobbednarz |
you'll need to run the acceptance tests locally - https://github.com/cloudflare/terraform-provider-cloudflare/blob/master/contributing/development.md#quick-start PRs only trigger unit tests as the acceptance tests take a long time and use real resources. |
I was able to run the acceptance test for my test locally with a dummy Cloudflare account with some "pending" domains finally, and after setting a couple of defaults (challenge ttl and security level)) it completes successfully:
Does everything look OK then for you to consider adding this toggle? @jacobbednarz |
acceptance tests all looking good here.
thanks! |
This functionality has been released in v4.42.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! |
No description provided.