You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have create a module to create a VM with a private IP (outscale_nic) and a VM (outscale_vm). If the disk is full, we want to increase the disk. We know that the resizing is with the VM stop but Terraform when to destroy the VM. For now, we bypass that by increase the disk with the CLI and change the configuration/state Terraform after that.
Weird point, after changing the size of the disk with the CLI, Terraform do not see the modification (even after terraform refresh).
References
The text was updated successfully, but these errors were encountered:
Actually update volume or block device mapping (size/iops) is not implemented in terraform provider yet.
We have an issue on it #200
When we will be able to hot update volume (without stop/start VM) we will implement update volume in terraform provider.
Terraform Version
Terraform Configuration Files
Debug Output
Crash Output
Expected Behavior
Resize disk without destroy/create the VM
Actual Behavior
Destroy/Recreate the VM
Steps to Reproduce
Additional Context
We have create a module to create a VM with a private IP (outscale_nic) and a VM (outscale_vm). If the disk is full, we want to increase the disk. We know that the resizing is with the VM stop but Terraform when to destroy the VM. For now, we bypass that by increase the disk with the CLI and change the configuration/state Terraform after that.
Weird point, after changing the size of the disk with the CLI, Terraform do not see the modification (even after terraform refresh).
References
The text was updated successfully, but these errors were encountered: