Skip to content

Commit

Permalink
Fixed a bug causing a desynchronization between terraform state and r…
Browse files Browse the repository at this point in the history
…eality
  • Loading branch information
pbesret committed Nov 10, 2023
1 parent 66ab086 commit 8c8b078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/client/compute_virtual_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ type VirtualController struct {
VirtualMachineId string `terraform:"virtual_machine_id"`
HotAddRemove bool `terraform:"hot_add_remove"`
Type string `terraform:"type"`
SubType string `terraform:"sub_type"`
Label string `terraform:"label"`
Summary string `terraform:"summary"`
VirtualDisks []string `terraform:"virtual_disks"`
Expand Down

0 comments on commit 8c8b078

Please sign in to comment.