Skip to content

Commit 6757d79

Browse files
committed
add
1 parent e8f7a1e commit 6757d79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/services/clb/resource_tc_clb_instance_sla_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func ResourceTencentCloudClbInstanceSlaConfig() *schema.Resource {
3535
"`SLA`: Super Large 4. When you have activated Super Large models, `SLA` refers to Super Large 4; " +
3636
"`clb.c2.medium`: Standard; " +
3737
"`clb.c3.small`: Advanced 1; " +
38-
"`clb.c3.medium`: Advanced 1; " +
38+
"`clb.c3.medium`: Advanced 2; " +
3939
"`clb.c4.small`: Super Large 1; " +
4040
"`clb.c4.medium`: Super Large 2; " +
4141
"`clb.c4.large`: Super Large 3; " +

website/docs/r/clb_instance_sla_config.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resource "tencentcloud_clb_instance_sla_config" "instance_sla_config" {
2525
The following arguments are supported:
2626

2727
* `load_balancer_id` - (Required, String) ID of the CLB instance.
28-
* `sla_type` - (Required, String) This parameter is required to create LCU-supported instances. Values:`SLA`: Super Large 4. When you have activated Super Large models, `SLA` refers to Super Large 4; `clb.c2.medium`: Standard; `clb.c3.small`: Advanced 1; `clb.c3.medium`: Advanced 1; `clb.c4.small`: Super Large 1; `clb.c4.medium`: Super Large 2; `clb.c4.large`: Super Large 3; `clb.c4.xlarge`: Super Large 4. For more details, see [Instance Specifications](https://intl.cloud.tencent.com/document/product/214/84689?from_cn_redirect=1).
28+
* `sla_type` - (Required, String) This parameter is required to create LCU-supported instances. Values:`SLA`: Super Large 4. When you have activated Super Large models, `SLA` refers to Super Large 4; `clb.c2.medium`: Standard; `clb.c3.small`: Advanced 1; `clb.c3.medium`: Advanced 2; `clb.c4.small`: Super Large 1; `clb.c4.medium`: Super Large 2; `clb.c4.large`: Super Large 3; `clb.c4.xlarge`: Super Large 4. For more details, see [Instance Specifications](https://intl.cloud.tencent.com/document/product/214/84689?from_cn_redirect=1).
2929

3030
## Attributes Reference
3131

0 commit comments

Comments
 (0)