mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Very minor change needed to realign with the updated Azure SDK
This commit is contained in:
parent
cef8259923
commit
08dd7dece9
@ -204,7 +204,7 @@ func resourceAzureDataDiskUpdate(d *schema.ResourceData, meta interface{}) error
|
|||||||
|
|
||||||
if d.HasChange("size") {
|
if d.HasChange("size") {
|
||||||
p := virtualmachinedisk.UpdateDiskParameters{
|
p := virtualmachinedisk.UpdateDiskParameters{
|
||||||
DiskName: d.Id(),
|
Name: d.Id(),
|
||||||
Label: d.Get("label").(string),
|
Label: d.Get("label").(string),
|
||||||
ResizedSizeInGB: d.Get("size").(int),
|
ResizedSizeInGB: d.Get("size").(int),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user