Add crawler_hints option to cloudflare_zone_settings_override
Current Terraform and Cloudflare provider version
Terraform v1.1.8 on linux_amd64
- provider registry.terraform.io/cloudflare/cloudflare v3.13.0
Description
Crawler Hints is a beta caching option available in Zone Settings of Cloudflare Dashboard.
Use cases
Would be cool to be able to set that option with a setting when terraforming.
Potential Terraform configuration
resource "cloudflare_zone_settings_override" "website" {
zone_id = "${var.cloudflare_zone_id}"
settings {
crawler_hints = "on"
}
}
References
No response
any updates?
would be really nice if we can get this in terraform, thank you!
any updates?
Waiting for this one to be implemented too
This issue has been closed as we are now tracking this internally with service teams directly. If you would like an update or to be notified when/if the product ships with this change, please reach out to Cloudflare Support or your account team who can watch the internal feature request for you.