Skip to content

Commit

Permalink
Add missing vpc_id property to managed database read replicas (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
christhemorse committed Sep 25, 2023
1 parent 9d801ca commit 1b28f1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vultr/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ func readReplicaSchema(isReadReplica bool) map[string]*schema.Schema {
Type: schema.TypeString,
Computed: true,
},
"vpc_id": {
Type: schema.TypeString,
Computed: true,
},
"maintenance_dow": {
Type: schema.TypeString,
Computed: true,
Expand Down

0 comments on commit 1b28f1e

Please sign in to comment.