Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions tencentcloud/data_source_tc_availability_zones_by_product.go
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions tencentcloud/resource_tc_cdn_domain.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions tencentcloud/resource_tc_kubernetes_cluster_endpoint.go
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
3 changes: 1 addition & 2 deletions tencentcloud/resource_tc_security_group_rule_set.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tencentcloud/resource_tc_ssl_free_certificate.go
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -19,7 +20,6 @@ resource "tencentcloud_ssl_free_certificate" "foo" {
}
```


Import

FreeCertificate instance can be imported, e.g.
Expand Down
8 changes: 2 additions & 6 deletions website/docs/d/availability_zones_by_product.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/cdn_domain.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions website/docs/r/kubernetes_cluster_endpoint.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 2 additions & 4 deletions website/docs/r/security_group_rule_set.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/ssl_free_certificate.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down