Skip to content

Commit

Permalink
feat(tke): [116078551]add lan_ip field assignment (#2541)
Browse files Browse the repository at this point in the history
* add lan_ip field assignment

* add changelog 2541.txt
  • Loading branch information
bruceybian authored Feb 28, 2024
1 parent 883a3b5 commit 793c2de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/2541.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
datasource/tencentcloud_kubernetes_clusters: Fix `lan_ip` field return value
```
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ LOOP:
tempMap["instance_role"] = cvm.InstanceRole
tempMap["instance_state"] = cvm.InstanceState
tempMap["failed_reason"] = cvm.FailedReason
tempMap["lan_ip"] = cvm.LanIp
workerInstancesList = append(workerInstancesList, tempMap)
}

Expand Down

0 comments on commit 793c2de

Please sign in to comment.