File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
tencentcloud/services/clb Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,22 @@ resource "tencentcloud_clb_instance" "internal_clb" {
3737
3838OPEN 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
4157resource "tencentcloud_clb_instance" "open_clb" {
4258 network_type = "OPEN"
Original file line number Diff line number Diff 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
5268resource "tencentcloud_clb_instance" "open_clb" {
5369 network_type = "OPEN"
You can’t perform that action at this time.
0 commit comments