Skip to content

Commit

Permalink
modify docs (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellertang authored Sep 20, 2023
1 parent 741bd5a commit 06730df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tencentcloud/resource_tc_kubernetes_addon_attachment.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "tencentcloud_kubernetes_addon_attachment" "addon_tcr" {
"global.imagePullSecretsCrs[1].type=docker",
"global.imagePullSecretsCrs[1].dockerUsername=${local.user_name}", #refer to previous description
"global.imagePullSecretsCrs[1].dockerPassword=${local.token}", #refer to previous description
"global.imagePullSecretsCrs[1].dockerServer=${local.tcr_name}-tencentcloudcr.com", #invalid format as: `${tcr_name}.tencentcloudcr.com`
"global.imagePullSecretsCrs[1].dockerServer=${local.tcr_name}.tencentcloudcr.com", #invalid format as: `${tcr_name}.tencentcloudcr.com`
"global.cluster.region=gz",
"global.cluster.longregion=ap-guangzhou",
# Specify global hosts(optional), the numbers of hosts must be matched with the numbers of imagePullSecretsCrs
Expand Down
2 changes: 1 addition & 1 deletion tencentcloud/resource_tc_vpc_bandwidth_package.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func resourceTencentCloudVpcBandwidthPackage() *schema.Resource {
"network_type": {
Type: schema.TypeString,
Optional: true,
Description: "Bandwidth packet type, default:BGP, optional:- `BGP`: common BGP shared bandwidth package- `HIGH_QUALITY_BGP`: Quality BGP Shared Bandwidth Package.",
Description: "Bandwidth packet type, default:BGP, optional:- `BGP`: common BGP shared bandwidth package- `HIGH_QUALITY_BGP`: High Quality BGP Shared Bandwidth Package.",
},

"charge_type": {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/kubernetes_addon_attachment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ resource "tencentcloud_kubernetes_addon_attachment" "addon_tcr" {
"global.imagePullSecretsCrs[1].type=docker",
"global.imagePullSecretsCrs[1].dockerUsername=${local.user_name}", #refer to previous description
"global.imagePullSecretsCrs[1].dockerPassword=${local.token}", #refer to previous description
"global.imagePullSecretsCrs[1].dockerServer=${local.tcr_name}-tencentcloudcr.com", #invalid format as: `${tcr_name}.tencentcloudcr.com`
"global.imagePullSecretsCrs[1].dockerServer=${local.tcr_name}.tencentcloudcr.com", #invalid format as: `${tcr_name}.tencentcloudcr.com`
"global.cluster.region=gz",
"global.cluster.longregion=ap-guangzhou",
# Specify global hosts(optional), the numbers of hosts must be matched with the numbers of imagePullSecretsCrs
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/vpc_bandwidth_package.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The following arguments are supported:
* `bandwidth_package_name` - (Optional, String) Bandwidth package name.
* `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.
* `internet_max_bandwidth` - (Optional, Int) Bandwidth packet speed limit size. Unit: Mbps, -1 means no speed limit.
* `network_type` - (Optional, String) Bandwidth packet type, default:BGP, optional:- `BGP`: common BGP shared bandwidth package- `HIGH_QUALITY_BGP`: Quality BGP Shared Bandwidth Package.
* `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.
* `tags` - (Optional, Map) Tag description list.
* `time_span` - (Optional, Int) The purchase duration of the prepaid monthly bandwidth package, unit: month, value range: 1~60.

Expand Down

0 comments on commit 06730df

Please sign in to comment.