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
@eferrandi31 Due to limitations in Terraform, we can't fix this behavior. The disk is an ordered list, as an unordered list has different behaviors. The solution is to put the disks by slot in alphanumeric order in your configuration.
Hello,
First of all, thanks for your job, it's well described and works fine !
However, there is a problem of idempotence in the declaration of disks.
When I create my VM, all disks are correctly declared:
When I run terraform again, the plan shows me these changes:
Whereas when I do an apply, no changes are made, but I get this warning:
Could you correct this idempotence issue ?
The text was updated successfully, but these errors were encountered: