Skip to content

Commit 0bf3ffe

Browse files
jremy42remyleone
authored andcommitted
fix: update node_type description
1 parent 3e0d1e6 commit 0bf3ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/rdb/snapshots.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func ResourceSnapshot() *schema.Resource {
6161
"node_type": {
6262
Type: schema.TypeString,
6363
Computed: true,
64-
Description: "The type of database instance you want to create",
64+
Description: "The type of the database instance for which the snapshot was created.",
6565
},
6666
"volume_type": {
6767
Type: schema.TypeString,

0 commit comments

Comments
 (0)