-
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
resource/cloudflare_ruleset: add support for overriding all ruleset rule sensitivity levels #1965
Conversation
…ule sensitivity levels Closes #1853
@vences do you mind eyeballing this and making sure it lines up with the expected usage of it? |
changelog detected ✅ |
Hey @jacobbednarz,
High is never sent to the API, when configuring high it should be I tested located and change the function to be:
Side noteOne small details, if I use Terraform.log
The pointer is omitted and the error message is just |
thanks @vences! good catch. for some reason i thought "high" was what the API expected but maybe it was just a dashboard-ism. as for the exception structure, it's not part of the v4 payload envelope and we haven't been made aware of it so it's not going to be propagated anywhere. we'll need to chat with the rulesets folks about this to implement it. |
…r highest setting
This functionality has been released in v3.26.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 #1853
Acceptance tests are passing