File tree 2 files changed +32
-0
lines changed
tencentcloud/services/clb 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" {
37
37
38
38
OPEN CLB
39
39
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
+
40
56
``` hcl
41
57
resource "tencentcloud_clb_instance" "open_clb" {
42
58
network_type = "OPEN"
Original file line number Diff line number Diff line change @@ -48,6 +48,22 @@ resource "tencentcloud_clb_instance" "internal_clb" {
48
48
49
49
### OPEN CLB
50
50
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
+
51
67
``` hcl
52
68
resource "tencentcloud_clb_instance" "open_clb" {
53
69
network_type = "OPEN"
You can’t perform that action at this time.
0 commit comments