Skip to content
Start here

Smart Routing

resource cloudflare_argo_smart_routing

required Expand Collapse
zone_id: String

Specifies the zone associated with the API call.

value: String

Specifies the enablement value of Argo Smart Routing.

computed Expand Collapse
id: String

Specifies the zone associated with the API call.

editable: Bool

Specifies if the setting is editable.

modified_on: Time

Specifies the time when the setting was last modified.

cloudflare_argo_smart_routing

resource "cloudflare_argo_smart_routing" "example_argo_smart_routing" {
  zone_id = "023e105f4ecef8ad9ca31a8372d0c353"
  value = "on"
}

data cloudflare_argo_smart_routing

required Expand Collapse
zone_id: String

Specifies the zone associated with the API call.

computed Expand Collapse
id: String

Specifies the zone associated with the API call.

editable: Bool

Specifies if the setting is editable.

modified_on: Time

Specifies the time when the setting was last modified.

value: String

Specifies the enablement value of Argo Smart Routing.

cloudflare_argo_smart_routing

data "cloudflare_argo_smart_routing" "example_argo_smart_routing" {
  zone_id = "023e105f4ecef8ad9ca31a8372d0c353"
}