Skip to content

Commit

Permalink
Fixed struct
Browse files Browse the repository at this point in the history
  • Loading branch information
GJSBRT committed Apr 18, 2023
1 parent a54689f commit f3dd541
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dutchis/virtualserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ func resourceVirtualServerRead(d *schema.ResourceData, meta interface{}) error {
Cpus int `json:"cpus"`
Maxmem int `json:"maxmem"`
Maxdisk int `json:"maxdisk"`
}
Installing bool `json:"installing"`
} `json:"data"`
}

var virtualserver VirtualServer
Expand Down

0 comments on commit f3dd541

Please sign in to comment.