Skip to content

Commit 7acc653

Browse files
WeiMengXSSevenEarth
authored andcommitted
docs(clb): fix docs (#2673)
1 parent 4c6d8b6 commit 7acc653

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

tencentcloud/services/clb/resource_tc_clb_instance.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,22 @@ resource "tencentcloud_clb_instance" "internal_clb" {
3737

3838
OPEN CLB
3939

40+
```hcl
41+
resource "tencentcloud_clb_instance" "open_clb" {
42+
network_type = "OPEN"
43+
clb_name = "myclb"
44+
project_id = 0
45+
vpc_id = "vpc-da7ffa61"
46+
security_groups = ["sg-o0ek7r93"]
47+
48+
tags = {
49+
test = "tf"
50+
}
51+
}
52+
```
53+
54+
SUPPORT CORS
55+
4056
```hcl
4157
resource "tencentcloud_clb_instance" "open_clb" {
4258
network_type = "OPEN"

website/docs/r/clb_instance.html.markdown

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,22 @@ resource "tencentcloud_clb_instance" "internal_clb" {
4848

4949
### OPEN CLB
5050

51+
```hcl
52+
resource "tencentcloud_clb_instance" "open_clb" {
53+
network_type = "OPEN"
54+
clb_name = "myclb"
55+
project_id = 0
56+
vpc_id = "vpc-da7ffa61"
57+
security_groups = ["sg-o0ek7r93"]
58+
59+
tags = {
60+
test = "tf"
61+
}
62+
}
63+
```
64+
65+
### SUPPORT CORS
66+
5167
```hcl
5268
resource "tencentcloud_clb_instance" "open_clb" {
5369
network_type = "OPEN"

0 commit comments

Comments
 (0)