Skip to content
Start here

Argo

ArgoSmart 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"
}

ArgoTiered Caching

resource cloudflare_argo_tiered_caching

required Expand Collapse
zone_id: String

Identifier.

value: String

Enables Tiered Caching.

computed Expand Collapse
id: String

Identifier.

editable: Bool

Whether the setting is editable.

modified_on: Time

Last time this setting was modified.

cloudflare_argo_tiered_caching

resource "cloudflare_argo_tiered_caching" "example_argo_tiered_caching" {
  zone_id = "023e105f4ecef8ad9ca31a8372d0c353"
  value = "on"
}

data cloudflare_argo_tiered_caching

required Expand Collapse
zone_id: String

Identifier.

computed Expand Collapse
id: String

Identifier.

editable: Bool

Whether the setting is editable.

modified_on: Time

Last time this setting was modified.

value: String

Value of the Tiered Cache zone setting.

cloudflare_argo_tiered_caching

data "cloudflare_argo_tiered_caching" "example_argo_tiered_caching" {
  zone_id = "023e105f4ecef8ad9ca31a8372d0c353"
}