Skip to content

Commit b4c2d8b

Browse files
authored
fix(cdb): [128074787] tencentcloud_cynosdb_cluster optimize code logic (#3561)
* add * add
1 parent 6973613 commit b4c2d8b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/3561.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_cynosdb_cluster: optmize code logic
3+
```

tencentcloud/services/cynosdb/extension_cynosdb.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ func TencentCynosdbClusterBaseInfo() map[string]*schema.Schema {
453453
"db_mode": {
454454
Type: schema.TypeString,
455455
Optional: true,
456+
Computed: true,
456457
Description: "Specify DB mode, only available when `db_type` is `MYSQL`. Values: `NORMAL` (Default), `SERVERLESS`.",
457458
},
458459
"min_cpu": {

0 commit comments

Comments
 (0)