Skip to content

Commit d9ebc41

Browse files
authored
fix(monitor): [116262194]Fix error in binding cluster (#2550)
* fix(monitor): [116262194]Fix error in binding cluster * feat: add 2550 changelog
1 parent 250694a commit d9ebc41

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/2550.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
resource/tencentcloud_monitor_tmp_tke_cluster_agent: Fix the error reported when modifying the associated cluster.
3+
```

tencentcloud/services/tmp/resource_tc_monitor_tmp_tke_cluster_agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ func resourceTencentCloudMonitorTmpTkeClusterAgentUpdate(d *schema.ResourceData,
411411
return err
412412
}
413413

414-
return resourceTencentCloudTkeTmpAlertPolicyRead(d, meta)
414+
return resourceTencentCloudMonitorTmpTkeClusterAgentRead(d, meta)
415415
}
416416

417417
func resourceTencentCloudMonitorTmpTkeClusterAgentDelete(d *schema.ResourceData, meta interface{}) error {

0 commit comments

Comments
 (0)