Skip to content

Commit 0d25e36

Browse files
author
Uddipaan Hazarika
committed
added computed true
1 parent b50c569 commit 0d25e36

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
@@ -93,6 +93,7 @@ func resourceVdb() *schema.Resource {
9393
"database_name": {
9494
Type: schema.TypeString,
9595
Optional: true,
96+
Computed: true,
9697
},
9798
"cdb_id": {
9899
Type: schema.TypeString,

0 commit comments

Comments
 (0)