Skip to content

Commit 9b245e0

Browse files
committed
add
1 parent f7c3afb commit 9b245e0

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

tencentcloud/services/clb/resource_tc_clb_instance.go

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -180,18 +180,16 @@ func ResourceTencentCloudClbInstance() *schema.Resource {
180180
Description: "Whether the target allow flow come from clb. If value is true, only check security group of clb, or check both clb and backend instance security group.",
181181
},
182182
"master_zone_id": {
183-
Type: schema.TypeString,
184-
Optional: true,
185-
Computed: true,
186-
ConflictsWith: []string{"zone_id"},
187-
Description: "Setting master zone id of cross available zone disaster recovery, only applicable to open CLB.",
183+
Type: schema.TypeString,
184+
Optional: true,
185+
Computed: true,
186+
Description: "Setting master zone id of cross available zone disaster recovery, only applicable to open CLB.",
188187
},
189188
"zone_id": {
190-
Type: schema.TypeString,
191-
Optional: true,
192-
Computed: true,
193-
ConflictsWith: []string{"master_zone_id"},
194-
Description: "Available zone id, only applicable to open CLB.",
189+
Type: schema.TypeString,
190+
Optional: true,
191+
Computed: true,
192+
Description: "Available zone id, only applicable to open CLB.",
195193
},
196194
"slave_zone_id": {
197195
Type: schema.TypeString,

0 commit comments

Comments
 (0)