Skip to content

Commit 021604c

Browse files
authored
fix(clb): [118412226] tencentcloud_clb_instance update doc (#2956)
* add * add * add
1 parent 9eaa35c commit 021604c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Diff for: .changelog/2956.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/tencentcloud_clb_instance: update doc
3+
```

Diff for: tencentcloud/services/clb/resource_tc_clb_instance.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func ResourceTencentCloudClbInstance() *schema.Resource {
7979
Type: schema.TypeString,
8080
Optional: true,
8181
Computed: true,
82-
Description: "IP version, only applicable to open CLB. Valid values are `ipv4`, `ipv6` and `IPv6FullChain`.",
82+
Description: "It's only applicable to public network CLB instances. IP version. Values: `IPV4`, `IPV6` and `IPv6FullChain` (case-insensitive). Default: `IPV4`. Note: IPV6 indicates IPv6 NAT64, while IPv6FullChain indicates IPv6.",
8383
},
8484
"internet_charge_type": {
8585
Type: schema.TypeString,

Diff for: website/docs/r/clb_instance.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ The following arguments are supported:
481481

482482
* `clb_name` - (Required, String) Name of the CLB. The name can only contain Chinese characters, English letters, numbers, underscore and hyphen '-'.
483483
* `network_type` - (Required, String, ForceNew) Type of CLB instance. Valid values: `OPEN` and `INTERNAL`.
484-
* `address_ip_version` - (Optional, String) IP version, only applicable to open CLB. Valid values are `ipv4`, `ipv6` and `IPv6FullChain`.
484+
* `address_ip_version` - (Optional, String) It's only applicable to public network CLB instances. IP version. Values: `IPV4`, `IPV6` and `IPv6FullChain` (case-insensitive). Default: `IPV4`. Note: IPV6 indicates IPv6 NAT64, while IPv6FullChain indicates IPv6.
485485
* `bandwidth_package_id` - (Optional, String) Bandwidth package id. If set, the `internet_charge_type` must be `BANDWIDTH_PACKAGE`.
486486
* `cluster_id` - (Optional, String, ForceNew) Cluster ID.
487487
* `delete_protect` - (Optional, Bool) Whether to enable delete protection.

0 commit comments

Comments
 (0)