Skip to content

Commit

Permalink
Merge pull request #138 from Cloud-Temple/bug/137
Browse files Browse the repository at this point in the history
Fixed a bug causing some data not to be imported in state when importing a cloudtemple_compute_virtual_machine
  • Loading branch information
fsn-ct authored Apr 2, 2024
2 parents 0cdf8cb + 267309d commit b539b7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
## 0.13.0-rc.1 (March 19th, 2024)

NEW FEATURES:

* Added the ability to create NVME controllers.

BUG FIXES:

* Fixed a bug causing `datastore_id` and `datastore_cluster_id` not to be imported in state when importing a `cloudtemple_compute_virtual_machine`

## 0.12.4-rc.3 (February 13th, 2024)

BUG FIXES :
Expand Down
2 changes: 2 additions & 0 deletions internal/client/compute_virtual_machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ type VirtualMachine struct {
ToolsVersion int `terraform:"tools_version"`
DatacenterId string `terraform:"datacenter_id"`
HostClusterId string `terraform:"host_cluster_id"`
DatastoreId string `terraform:"datastore_id"`
DatastoreClusterId string `terraform:"datastore_cluster_id"`
DistributedVirtualPortGroupIds []string `terraform:"distributed_virtual_port_group_ids"`
SppMode string `terraform:"spp_mode"`
Snapshoted bool `terraform:"snapshoted"`
Expand Down

0 comments on commit b539b7a

Please sign in to comment.