Skip to content

Commit a9f7fc1

Browse files
committed
add
1 parent 79525ad commit a9f7fc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tencentcloud/services/clb/resource_tc_clb_attachment.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,13 @@ func ResourceTencentCloudClbServerAttachment() *schema.Resource {
7979
"instance_id": {
8080
Type: schema.TypeString,
8181
Optional: true,
82+
Default: "",
8283
Description: "CVM Instance Id of the backend server, conflict with `eni_ip` but must specify one of them.",
8384
},
8485
"eni_ip": {
8586
Type: schema.TypeString,
8687
Optional: true,
88+
Default: "",
8789
Description: "Eni IP address of the backend server, conflict with `instance_id` but must specify one of them.",
8890
},
8991
"port": {

0 commit comments

Comments
 (0)