Open
Description
Confirmation
- My issue isn't already found on the issue tracker.
- I have replicated my issue using the latest version of the library and it is still present.
cf-terraforming version
cf-terraforming 0.20.0
Expected outcome
Running cf-terraforming generate --resource-type "cloudflare_ruleset" --zone <zone-id>
in a zone with a WAF rate limiting rule that throttles a request generates Terraform with the mitigation_timeout = 0
.
Actual outcome
Running cf-terraforming generate --resource-type "cloudflare_ruleset" --zone <zone-id>
in a zone with a WAF rate limiting rule that throttles a request generates Terraform without the mitigation_timeout
field.
Steps to reproduce
- Create a WAF rate limiting rule in the UI that throttles a request
- Run
cf-terraforming generate --resource-type "cloudflare_ruleset" --zone <zone-id>
References
Seems related to this issue: cloudflare/terraform-provider-cloudflare#2874
Metadata
Metadata
Assignees
Labels
No labels