Skip to content

Commit aba9cb1

Browse files
author
mikatong
committed
update
1 parent 8e343a3 commit aba9cb1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.changelog/3236.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ tencentcloud_cdwpg_restart_instance
99
```release-note:new-resource
1010
tencentcloud_cdwpg_userhba
1111
```
12+
13+
```release-note:enhancement
14+
resource/tencentcloud_cdwpg_instance: support product_version
15+
```

tencentcloud/services/cdwpg/resource_tc_cdwpg_instance.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ func ResourceTencentCloudCdwpgInstance() *schema.Resource {
145145
},
146146
"product_version": {
147147
Optional: true,
148+
Computed: true,
148149
Type: schema.TypeString,
149150
Description: "Version.",
150151
},

0 commit comments

Comments
 (0)