-
|
Hi, I have a setup which I would like to preserve, created using provider version 0.8. As part of the effort to migrate to 0.9, I had some incompatibilities with the I cannot import the volume, even though it exists and I am specifying correct id (checked multiple times). AFAIK, the ID of the volume is same as I use an Any help appreciated 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I think I found the issue: However, performing manual Terraform state surgery to duplicate |
Beta Was this translation helpful? Give feedback.
I think I found the issue:
libvirt_volumein 0.8 does not have akeyattribute that 0.9 uses to lookup volumes. So during lookup, Terraform gets nothing and lookup by nothing returns... nothing :P so it correctly claims, to its logic, that volume does not exist.However, performing manual Terraform state surgery to duplicate
keywith value fromidlooks to make it work.