Skip to content

Commit 5955970

Browse files
authored
fix(clb): [123456789] tencentcloud_clb_attachment fix the diff in the targets field (#3110)
* add * add
1 parent 144b417 commit 5955970

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.changelog/3110.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/tencentcloud_clb_attachment: fix the diff in the `targets` field
3+
```

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)