cab105 / terraform-provider-exoscale

Exoscale specific provider for hashicorp/terraform
0 stars 15 forks source link

[bug] exoscale_compute name attribute not idempotent #3

Closed mcanevet closed 7 years ago

mcanevet commented 8 years ago

Hello,

I started a VM with terraform apply setting the name to mynode. The name of the VM in exoscale portal is mynode but when I launch terraform plan, it wants to change the name of my node:

name:             "VM-<uuid>" => "mynode"

And if I do a terraform apply it says that it changed the name of my node, but terraform plan still reports the change from VM-<uuid> to mynode

cab105 commented 7 years ago

I have resolved this under changeset: 4d1db93cb4905c9e5a1be91bc143b99f9fcd8113