Atlantis/terraform error when applying cloudflare_ruleset
When changing the cloudflare_ruleset (https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/ruleset) resource via terraform I receive the following error:
I'm using the latest available version of terraform cloudflare provider.
It looks like this bug = https://community.cloudflare.com/t/bypass-cache-can-only-be-set-with-browserttl/544087
Any suggestions what can I do with this error? I don't want us to recreate the rule manually all the time.
1 Reply
Looks like the error message is confusing/misleading, here's the "real" issue:
https://github.com/cloudflare/terraform-provider-cloudflare/issues/3215
GitHub
Cache Rule API still don't work with cache = false · Issue #3215 · ...
Confirmation My issue isn't already found on the issue tracker. I have replicated my issue using the latest version of the provider and it is still present. Terraform and Cloudflare provider ve...