-
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
CUSTESC-29915: unify output for rules without rule settings #2532
CUSTESC-29915: unify output for rules without rule settings #2532
Conversation
changelog detected ✅ |
0a6430d
to
fb2d9c1
Compare
To ensure we always set the `rules_setting` values (even when we are aiming to remove the setting) I've moved the `empty` logic into the `flattenTeamsRuleSettings` method so that the Read/Create logic are using the same source. This also fixes a logic bug in the comparison where a `!= nil` should have been a `== nil`.
thanks for the PR here @alyssamw. i went ahead and pushed a couple of commits to address some issues i found here. details are in the commits but at a high level:
ideally, we'd want to revisit some of these structs in cloudflare-go and better utilise pointers and acceptance tests are now passing
|
…udflare into alyssaw/CUSTESC-29915
This functionality has been released in v4.9.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! |
Closes #2085