-
Notifications
You must be signed in to change notification settings - Fork 612
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
Use list of maps for notification filters to allow better control and validation. #1542
Conversation
thanks for the effort you've put in here however, i'm really not comfortable relying on looks like there is an acceptance test failure too on the service side as well which we'll need to dig into.
|
looks like we fixed the new test but the old one is broken with what appears to be a config issue
request
response
are we also able to update the |
@jacobbednarz That's odd, those two acceptance tests work on my personal account. It looks like the I added more documentation as requested and pulled a bunch of alert types and filters from the dashboard. |
we're good on the acceptance tests front, i may have been using an older cloudflare-go version
|
thanks for this @broswen 👏 let's get this merged and ready for the next release. |
This functionality has been released in v3.12.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! |
Fixes #1189
This PR takes the changes made by 0gajun on #1520 and makes some final changes to the tests and code refactoring.
Note: I have commented out and removed the
conditions
argument due to lack of external documentation.