Smart Routing
resource cloudflare_argo_smart_routing
required
cloudflare_argo_smart_routing
resource "cloudflare_argo_smart_routing" "example_argo_smart_routing" {
zone_id = "023e105f4ecef8ad9ca31a8372d0c353"
value = "on"
}
data cloudflare_argo_smart_routing
cloudflare_argo_smart_routing
data "cloudflare_argo_smart_routing" "example_argo_smart_routing" {
zone_id = "023e105f4ecef8ad9ca31a8372d0c353"
}