Skip to content

Commit

Permalink
Fixed bug on virtual disks that wants to be recreated
Browse files Browse the repository at this point in the history
  • Loading branch information
pbesret committed Nov 29, 2023
1 parent 2bcfaa6 commit e167bca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.12.3 (November 29th, 2023)

BUG FIXES :

* Fixed a bug causing terraform to taint a healthy virtual_disk due to controller_id desynchronization in state.

## 0.12.2 (November 28th, 2023)

BUG FIXES:
Expand Down
1 change: 1 addition & 0 deletions internal/provider/resource_compute_virtual_disk.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func resourceVirtualDisk() *schema.Resource {
"controller_id": {
Type: schema.TypeString,
Optional: true,
Computed: true,
ForceNew: true,
ValidateFunc: validation.IsUUID,
},
Expand Down

0 comments on commit e167bca

Please sign in to comment.