Skip to content

Commit 06730df

Browse files
authored
modify docs (#2141)
1 parent 741bd5a commit 06730df

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tencentcloud/resource_tc_kubernetes_addon_attachment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resource "tencentcloud_kubernetes_addon_attachment" "addon_tcr" {
4141
"global.imagePullSecretsCrs[1].type=docker",
4242
"global.imagePullSecretsCrs[1].dockerUsername=${local.user_name}", #refer to previous description
4343
"global.imagePullSecretsCrs[1].dockerPassword=${local.token}", #refer to previous description
44-
"global.imagePullSecretsCrs[1].dockerServer=${local.tcr_name}-tencentcloudcr.com", #invalid format as: `${tcr_name}.tencentcloudcr.com`
44+
"global.imagePullSecretsCrs[1].dockerServer=${local.tcr_name}.tencentcloudcr.com", #invalid format as: `${tcr_name}.tencentcloudcr.com`
4545
"global.cluster.region=gz",
4646
"global.cluster.longregion=ap-guangzhou",
4747
# Specify global hosts(optional), the numbers of hosts must be matched with the numbers of imagePullSecretsCrs

tencentcloud/resource_tc_vpc_bandwidth_package.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func resourceTencentCloudVpcBandwidthPackage() *schema.Resource {
6262
"network_type": {
6363
Type: schema.TypeString,
6464
Optional: true,
65-
Description: "Bandwidth packet type, default:BGP, optional:- `BGP`: common BGP shared bandwidth package- `HIGH_QUALITY_BGP`: Quality BGP Shared Bandwidth Package.",
65+
Description: "Bandwidth packet type, default:BGP, optional:- `BGP`: common BGP shared bandwidth package- `HIGH_QUALITY_BGP`: High Quality BGP Shared Bandwidth Package.",
6666
},
6767

6868
"charge_type": {

website/docs/r/kubernetes_addon_attachment.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ resource "tencentcloud_kubernetes_addon_attachment" "addon_tcr" {
5050
"global.imagePullSecretsCrs[1].type=docker",
5151
"global.imagePullSecretsCrs[1].dockerUsername=${local.user_name}", #refer to previous description
5252
"global.imagePullSecretsCrs[1].dockerPassword=${local.token}", #refer to previous description
53-
"global.imagePullSecretsCrs[1].dockerServer=${local.tcr_name}-tencentcloudcr.com", #invalid format as: `${tcr_name}.tencentcloudcr.com`
53+
"global.imagePullSecretsCrs[1].dockerServer=${local.tcr_name}.tencentcloudcr.com", #invalid format as: `${tcr_name}.tencentcloudcr.com`
5454
"global.cluster.region=gz",
5555
"global.cluster.longregion=ap-guangzhou",
5656
# Specify global hosts(optional), the numbers of hosts must be matched with the numbers of imagePullSecretsCrs

website/docs/r/vpc_bandwidth_package.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The following arguments are supported:
4646
* `bandwidth_package_name` - (Optional, String) Bandwidth package name.
4747
* `charge_type` - (Optional, String) Bandwidth package billing type, default: TOP5_POSTPAID_BY_MONTH. Optional value: `TOP5_POSTPAID_BY_MONTH`: TOP5 billed by monthly postpaid; `PERCENT95_POSTPAID_BY_MONTH`: 95 billed monthly postpaid; `FIXED_PREPAID_BY_MONTH`: Monthly prepaid billing (Type FIXED_PREPAID_BY_MONTH product API capability is under construction); `BANDWIDTH_POSTPAID_BY_DAY`: bandwidth billed by daily postpaid; `ENHANCED95_POSTPAID_BY_MONTH`: enhanced 95 billed monthly postpaid.
4848
* `internet_max_bandwidth` - (Optional, Int) Bandwidth packet speed limit size. Unit: Mbps, -1 means no speed limit.
49-
* `network_type` - (Optional, String) Bandwidth packet type, default:BGP, optional:- `BGP`: common BGP shared bandwidth package- `HIGH_QUALITY_BGP`: Quality BGP Shared Bandwidth Package.
49+
* `network_type` - (Optional, String) Bandwidth packet type, default:BGP, optional:- `BGP`: common BGP shared bandwidth package- `HIGH_QUALITY_BGP`: High Quality BGP Shared Bandwidth Package.
5050
* `tags` - (Optional, Map) Tag description list.
5151
* `time_span` - (Optional, Int) The purchase duration of the prepaid monthly bandwidth package, unit: month, value range: 1~60.
5252

0 commit comments

Comments
 (0)