Skip to content

Commit 791b04a

Browse files
author
Uddipaan Hazarika
committed
fixed cdb_id update issue
1 parent 974edb9 commit 791b04a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/provider/resource_vdb.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ func resourceVdb() *schema.Resource {
9898
"cdb_id": {
9999
Type: schema.TypeString,
100100
Optional: true,
101+
Computed: true,
101102
},
102103
"cluster_node_ids": {
103104
Type: schema.TypeList,

0 commit comments

Comments
 (0)