From a89e8c41f57bf604927e37a9ffc16eb78fed0487 Mon Sep 17 00:00:00 2001 From: Jacob Bednarz Date: Wed, 10 Jun 2020 09:47:41 +1000 Subject: [PATCH] Update website documentation --- website/docs/r/argo.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/argo.html.markdown b/website/docs/r/argo.html.markdown index 0dc730b2c5..acdc0e8e8a 100644 --- a/website/docs/r/argo.html.markdown +++ b/website/docs/r/argo.html.markdown @@ -25,8 +25,8 @@ resource "cloudflare_argo" "example" { The following arguments are supported: * `zone_id` - (Required) The DNS zone ID that you wish to manage Argo on. -* `tiered_caching` - (Optional) Whether tiered caching is enabled. Valid values: `on` or `off`. Defaults to `off`. -* `smart_routing` - (Optional) Whether smart routing is enabled. Valid values: `on` or `off`. Defaults to `off`. +* `tiered_caching` - (Optional) Whether tiered caching is enabled. Valid values: `on` or `off`. +* `smart_routing` - (Optional) Whether smart routing is enabled. Valid values: `on` or `off`. ## Import