Skip to content

Commit 88b0de5

Browse files
committed
add
1 parent dc4384a commit 88b0de5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tencentcloud/services/clb/resource_tc_clb_customized_config_attachment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ resource "tencentcloud_clb_customized_config_attachment" "example" {
4343
bind_list {
4444
load_balancer_id = "lb-g1miv1ok"
4545
listener_id = "lbl-9bsa90io"
46-
domain = "test2.com"
46+
domain = "demo1.com"
4747
location_id = "loc-5he3og2u"
4848
}
4949
5050
bind_list {
5151
load_balancer_id = "lb-g1miv1ok"
5252
listener_id = "lbl-qfljudr4"
53-
domain = "test.com"
53+
domain = "demo2.com"
5454
location_id = "loc-0oxl4lfw"
5555
}
5656
}

website/docs/r/clb_customized_config_attachment.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ resource "tencentcloud_clb_customized_config_attachment" "example" {
5454
bind_list {
5555
load_balancer_id = "lb-g1miv1ok"
5656
listener_id = "lbl-9bsa90io"
57-
domain = "test2.com"
57+
domain = "demo1.com"
5858
location_id = "loc-5he3og2u"
5959
}
6060
6161
bind_list {
6262
load_balancer_id = "lb-g1miv1ok"
6363
listener_id = "lbl-qfljudr4"
64-
domain = "test.com"
64+
domain = "demo2.com"
6565
location_id = "loc-0oxl4lfw"
6666
}
6767
}

0 commit comments

Comments
 (0)