From 75b4dd222f4251959101de8abe48ba630b87fedb Mon Sep 17 00:00:00 2001 From: hhermanwang Date: Thu, 14 Jan 2021 18:43:13 +0800 Subject: [PATCH] modify cdn ignore_cache_control description --- tencentcloud/resource_tc_cdn_domain.go | 2 +- website/docs/r/cdn_domain.html.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tencentcloud/resource_tc_cdn_domain.go b/tencentcloud/resource_tc_cdn_domain.go index 036c98676b..c6269dfee8 100644 --- a/tencentcloud/resource_tc_cdn_domain.go +++ b/tencentcloud/resource_tc_cdn_domain.go @@ -465,7 +465,7 @@ func resourceTencentCloudCdnDomain() *schema.Resource { Optional: true, Default: CDN_SWITCH_OFF, ValidateFunc: validateAllowedStringValue(CDN_SWITCH), - Description: "Ignore the Set-Cookie header of the origin site. Valid values are `on` and `off`. Default value is `off`. The current version does not support `on`.", + Description: "Ignore the Set-Cookie header of the origin site. Valid values are `on` and `off`. Default value is `off`. This parameter is for white-list customer.", }, "no_cache_switch": { Type: schema.TypeString, diff --git a/website/docs/r/cdn_domain.html.markdown b/website/docs/r/cdn_domain.html.markdown index 3c71ee6b61..8d8cbad224 100644 --- a/website/docs/r/cdn_domain.html.markdown +++ b/website/docs/r/cdn_domain.html.markdown @@ -201,7 +201,7 @@ The `rule_cache` object supports the following: * `compare_max_age` - (Optional) Advanced cache expiration configuration. When it is turned on, it will compare the max-age value returned by the origin site with the cache expiration time set in CacheRules, and take the minimum value to cache at the node. Valid values are `on` and `off`. Default value is `off`. * `follow_origin_switch` - (Optional) Follow the source station configuration switch. Valid values are `on` and `off`. * `ignore_cache_control` - (Optional) Force caching. After opening, the no-store and no-cache resources returned by the origin site will also be cached in accordance with the CacheRules rules. Valid values are `on` and `off`. Default value is `off`. -* `ignore_set_cookie` - (Optional) Ignore the Set-Cookie header of the origin site. Valid values are `on` and `off`. Default value is `off`. The current version does not support `on`. +* `ignore_set_cookie` - (Optional) Ignore the Set-Cookie header of the origin site. Valid values are `on` and `off`. Default value is `off`. This parameter is for white-list customer. * `no_cache_switch` - (Optional) Cache configuration switch. Valid values are `on` and `off`. * `re_validate` - (Optional) Always check back to origin. Valid values are `on` and `off`. Default value is `off`. * `rule_paths` - (Optional) Matching content under the corresponding type of CacheType: `all`: fill *, `file`: fill in the suffix name, such as jpg, txt, `directory`: fill in the path, such as /xxx/test, `path`: fill in the absolute path, such as /xxx/test.html, `index`: fill /, `default`: Fill `no max-age`.