-
Notifications
You must be signed in to change notification settings - Fork 625
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
Cloudflare_ruleset - http_ratelimit - mitigation_timeout missing #2914
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Thank you for reporting this issue! For maintainers to dig into issues it is required that all issues include the entirety of This issue has been marked with |
Hey @ThomasAusweger, I think you need to explicitly set Could you please let me know if having explicitly set Hope that helps, |
Thanks for the answer. Ich checked today and now I have to set in the GUI for the managed_challenge a mitigation_timeout as well. So all is working and consistent now. |
Confirmation
Terraform and Cloudflare provider version
cloudflare/cloudflare v4.18.0
Affected resource(s)
cloudflare_ruleset
Terraform configuration files
Link to debug output
Panic output
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to
│ module.****.cloudflare_ruleset.firewall_ratelimit, provider
│ "provider["registry.terraform.io/cloudflare/cloudflare"]" produced an
│ unexpected new value: .rules[0].ratelimit[0].mitigation_timeout: was null,
│ but now cty.NumberIntVal(0).
│
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.
Expected output
No error
Actual output
terraform apply reported error
Steps to reproduce
Additional factoids
No response
References
https://github.com/cloudflare/terraform-provider-cloudflare/blob/master/CHANGELOG.md#4180-1st-november-2023
The text was updated successfully, but these errors were encountered: