Skip to content

Commit 13f21be

Browse files
authored
update clb doc (#2623)
1 parent 46b584e commit 13f21be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/services/clb/resource_tc_clb_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func ResourceTencentCloudClbInstance() *schema.Resource {
6969
Optional: true,
7070
ForceNew: true,
7171
ValidateFunc: tccommon.ValidateStringLengthInRange(2, 60),
72-
Description: "Subnet ID of the CLB. Effective only for CLB within the VPC. Only supports `INTERNAL` CLBs. Default is `ipv4`.",
72+
Description: "In the case of purchasing a `INTERNAL` clb instance, the subnet id must be specified. The VIP of the `INTERNAL` clb instance will be generated from this subnet.",
7373
},
7474
"address_ip_version": {
7575
Type: schema.TypeString,

website/docs/r/clb_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ The following arguments are supported:
279279
* `slave_zone_id` - (Optional, String) Setting slave zone id of cross available zone disaster recovery, only applicable to open CLB. this zone will undertake traffic when the master is down.
280280
* `snat_ips` - (Optional, List) Snat Ip List, required with `snat_pro=true`. NOTE: This argument cannot be read and modified here because dynamic ip is untraceable, please import resource `tencentcloud_clb_snat_ip` to handle fixed ips.
281281
* `snat_pro` - (Optional, Bool) Indicates whether Binding IPs of other VPCs feature switch.
282-
* `subnet_id` - (Optional, String, ForceNew) Subnet ID of the CLB. Effective only for CLB within the VPC. Only supports `INTERNAL` CLBs. Default is `ipv4`.
282+
* `subnet_id` - (Optional, String, ForceNew) In the case of purchasing a `INTERNAL` clb instance, the subnet id must be specified. The VIP of the `INTERNAL` clb instance will be generated from this subnet.
283283
* `tags` - (Optional, Map) The available tags within this CLB.
284284
* `target_region_info_region` - (Optional, String) Region information of backend services are attached the CLB instance. Only supports `OPEN` CLBs.
285285
* `target_region_info_vpc_id` - (Optional, String) Vpc information of backend services are attached the CLB instance. Only supports `OPEN` CLBs.

0 commit comments

Comments
 (0)