Cloudflare Argo controls the routing to your origin and tiered caching options to speed up your website browsing experience.
resource "cloudflare_argo" "example" {
zone_id = "0da42c8d2132a9ddaf714f9e7c920711"
tiered_caching = "on"
smart_routing = "on"
}
zone_id
(String) The zone identifier to target for the resource.smart_routing
(String) Whether smart routing is enabled. Available values: on
, off
.tiered_caching
(String, Deprecated) Whether tiered caching is enabled. Available values: on
, off
.id
(String) The ID of this resource.Import is supported using the following syntax:
$ terraform import cloudflare_argo.example <zone_id>