diff --git a/tencentcloud/data_source_tc_availability_zones_by_product.go b/tencentcloud/data_source_tc_availability_zones_by_product.go index 07b18f5ce2..fdeecf24f1 100644 --- a/tencentcloud/data_source_tc_availability_zones_by_product.go +++ b/tencentcloud/data_source_tc_availability_zones_by_product.go @@ -1,7 +1,5 @@ /* -Use this data source to get the available zones in current region. -Must set product param to fetch the product infomations(e.g. => cvm, vpc) -By default only `AVAILABLE` zones will be returned, but `UNAVAILABLE` zones can also be fetched when `include_unavailable` is specified. +Use this data source to get the available zones in current region. Must set product param to fetch the product infomations(e.g. => cvm, vpc). By default only `AVAILABLE` zones will be returned, but `UNAVAILABLE` zones can also be fetched when `include_unavailable` is specified. Example Usage diff --git a/tencentcloud/resource_tc_cdn_domain.go b/tencentcloud/resource_tc_cdn_domain.go index 5152f81a9e..c52a2e9eb2 100644 --- a/tencentcloud/resource_tc_cdn_domain.go +++ b/tencentcloud/resource_tc_cdn_domain.go @@ -1,5 +1,6 @@ /* Provides a resource to create a CDN domain. + ~> **NOTE:** To disable most of configuration with switch, just modify switch argument to off instead of remove the whole block Example Usage diff --git a/tencentcloud/resource_tc_kubernetes_cluster_endpoint.go b/tencentcloud/resource_tc_kubernetes_cluster_endpoint.go index 5bc162da1f..2c2360c87a 100644 --- a/tencentcloud/resource_tc_kubernetes_cluster_endpoint.go +++ b/tencentcloud/resource_tc_kubernetes_cluster_endpoint.go @@ -1,6 +1,5 @@ /* -Provide a resource to create a KubernetesClusterEndpoint. -This resource allows you to create an empty cluster first without any workers. Only all attached node depends create complete, cluster endpoint will finally be enabled. +Provide a resource to create a KubernetesClusterEndpoint. This resource allows you to create an empty cluster first without any workers. Only all attached node depends create complete, cluster endpoint will finally be enabled. ~> **NOTE:** Recommend using `depends_on` to make sure endpoint create after node pools or workers does. diff --git a/tencentcloud/resource_tc_security_group_rule_set.go b/tencentcloud/resource_tc_security_group_rule_set.go index 8b45a80c2f..70806d83c8 100644 --- a/tencentcloud/resource_tc_security_group_rule_set.go +++ b/tencentcloud/resource_tc_security_group_rule_set.go @@ -1,6 +1,5 @@ /* -Provides a resource to create security group rule. -This resource is similar with tencentcloud_security_group_lite_rule, rules can be ordered and configure descriptions. +Provides a resource to create security group rule. This resource is similar with tencentcloud_security_group_lite_rule, rules can be ordered and configure descriptions. ~> **NOTE:** This resource must exclusive in one security group, do not declare additional rule resources of this security group elsewhere. diff --git a/tencentcloud/resource_tc_ssl_free_certificate.go b/tencentcloud/resource_tc_ssl_free_certificate.go index 81653327e5..fe9460ad1a 100644 --- a/tencentcloud/resource_tc_ssl_free_certificate.go +++ b/tencentcloud/resource_tc_ssl_free_certificate.go @@ -1,5 +1,6 @@ /* Provide a resource to create a Free Certificate. + ~> **NOTE:** Once certificat created, it cannot be removed within 1 hours. Example Usage @@ -19,7 +20,6 @@ resource "tencentcloud_ssl_free_certificate" "foo" { } ``` - Import FreeCertificate instance can be imported, e.g. diff --git a/website/docs/d/availability_zones_by_product.html.markdown b/website/docs/d/availability_zones_by_product.html.markdown index 068acdb700..f4f939594e 100644 --- a/website/docs/d/availability_zones_by_product.html.markdown +++ b/website/docs/d/availability_zones_by_product.html.markdown @@ -4,16 +4,12 @@ layout: "tencentcloud" page_title: "TencentCloud: tencentcloud_availability_zones_by_product" sidebar_current: "docs-tencentcloud-datasource-availability_zones_by_product" description: |- - Use this data source to get the available zones in current region. -Must set product param to fetch the product infomations(e.g. => cvm, vpc) -By default only `AVAILABLE` zones will be returned, but `UNAVAILABLE` zones can also be fetched when `include_unavailable` is specified. + Use this data source to get the available zones in current region. Must set product param to fetch the product infomations(e.g. => cvm, vpc). By default only `AVAILABLE` zones will be returned, but `UNAVAILABLE` zones can also be fetched when `include_unavailable` is specified. --- # tencentcloud_availability_zones_by_product -Use this data source to get the available zones in current region. -Must set product param to fetch the product infomations(e.g. => cvm, vpc) -By default only `AVAILABLE` zones will be returned, but `UNAVAILABLE` zones can also be fetched when `include_unavailable` is specified. +Use this data source to get the available zones in current region. Must set product param to fetch the product infomations(e.g. => cvm, vpc). By default only `AVAILABLE` zones will be returned, but `UNAVAILABLE` zones can also be fetched when `include_unavailable` is specified. ## Example Usage diff --git a/website/docs/r/cdn_domain.html.markdown b/website/docs/r/cdn_domain.html.markdown index ec9cb50381..540e7d9905 100644 --- a/website/docs/r/cdn_domain.html.markdown +++ b/website/docs/r/cdn_domain.html.markdown @@ -5,12 +5,12 @@ page_title: "TencentCloud: tencentcloud_cdn_domain" sidebar_current: "docs-tencentcloud-resource-cdn_domain" description: |- Provides a resource to create a CDN domain. -~> **NOTE:** To disable most of configuration with switch, just modify switch argument to off instead of remove the whole block --- # tencentcloud_cdn_domain Provides a resource to create a CDN domain. + ~> **NOTE:** To disable most of configuration with switch, just modify switch argument to off instead of remove the whole block ## Example Usage diff --git a/website/docs/r/kubernetes_cluster_endpoint.html.markdown b/website/docs/r/kubernetes_cluster_endpoint.html.markdown index 0c9c8c1951..6a2c13789a 100644 --- a/website/docs/r/kubernetes_cluster_endpoint.html.markdown +++ b/website/docs/r/kubernetes_cluster_endpoint.html.markdown @@ -4,14 +4,12 @@ layout: "tencentcloud" page_title: "TencentCloud: tencentcloud_kubernetes_cluster_endpoint" sidebar_current: "docs-tencentcloud-resource-kubernetes_cluster_endpoint" description: |- - Provide a resource to create a KubernetesClusterEndpoint. -This resource allows you to create an empty cluster first without any workers. Only all attached node depends create complete, cluster endpoint will finally be enabled. + Provide a resource to create a KubernetesClusterEndpoint. This resource allows you to create an empty cluster first without any workers. Only all attached node depends create complete, cluster endpoint will finally be enabled. --- # tencentcloud_kubernetes_cluster_endpoint -Provide a resource to create a KubernetesClusterEndpoint. -This resource allows you to create an empty cluster first without any workers. Only all attached node depends create complete, cluster endpoint will finally be enabled. +Provide a resource to create a KubernetesClusterEndpoint. This resource allows you to create an empty cluster first without any workers. Only all attached node depends create complete, cluster endpoint will finally be enabled. ~> **NOTE:** Recommend using `depends_on` to make sure endpoint create after node pools or workers does. diff --git a/website/docs/r/security_group_rule_set.html.markdown b/website/docs/r/security_group_rule_set.html.markdown index 9ef62d46f0..d7a875d596 100644 --- a/website/docs/r/security_group_rule_set.html.markdown +++ b/website/docs/r/security_group_rule_set.html.markdown @@ -4,14 +4,12 @@ layout: "tencentcloud" page_title: "TencentCloud: tencentcloud_security_group_rule_set" sidebar_current: "docs-tencentcloud-resource-security_group_rule_set" description: |- - Provides a resource to create security group rule. -This resource is similar with tencentcloud_security_group_lite_rule, rules can be ordered and configure descriptions. + Provides a resource to create security group rule. This resource is similar with tencentcloud_security_group_lite_rule, rules can be ordered and configure descriptions. --- # tencentcloud_security_group_rule_set -Provides a resource to create security group rule. -This resource is similar with tencentcloud_security_group_lite_rule, rules can be ordered and configure descriptions. +Provides a resource to create security group rule. This resource is similar with tencentcloud_security_group_lite_rule, rules can be ordered and configure descriptions. ~> **NOTE:** This resource must exclusive in one security group, do not declare additional rule resources of this security group elsewhere. diff --git a/website/docs/r/ssl_free_certificate.html.markdown b/website/docs/r/ssl_free_certificate.html.markdown index aa55a2a74a..b80a500c2d 100644 --- a/website/docs/r/ssl_free_certificate.html.markdown +++ b/website/docs/r/ssl_free_certificate.html.markdown @@ -5,12 +5,12 @@ page_title: "TencentCloud: tencentcloud_ssl_free_certificate" sidebar_current: "docs-tencentcloud-resource-ssl_free_certificate" description: |- Provide a resource to create a Free Certificate. -~> **NOTE:** Once certificat created, it cannot be removed within 1 hours. --- # tencentcloud_ssl_free_certificate Provide a resource to create a Free Certificate. + ~> **NOTE:** Once certificat created, it cannot be removed within 1 hours. ## Example Usage