terraform-provider-cloudflare icon indicating copy to clipboard operation
terraform-provider-cloudflare copied to clipboard

Add crawler_hints option to cloudflare_zone_settings_override

Open ljmf00 opened this issue 3 years ago • 4 comments

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

ljmf00 avatar Apr 30 '22 21:04 ljmf00

any updates?

thanhtoan1196 avatar Jul 05 '22 17:07 thanhtoan1196

would be really nice if we can get this in terraform, thank you!

rdsubhas avatar Oct 11 '23 13:10 rdsubhas

any updates?

Am6puk avatar Nov 05 '23 04:11 Am6puk

Waiting for this one to be implemented too

itssimon avatar Nov 07 '23 02:11 itssimon

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.

jacobbednarz avatar Mar 25 '24 00:03 jacobbednarz