OpenNebula / terraform-provider-opennebula

Terraform provider for OpenNebula
https://www.terraform.io/docs/providers/opennebula/
Mozilla Public License 2.0
61 stars 53 forks source link

How to set the owner of a virtual network? #529

Closed stenub closed 3 months ago

stenub commented 5 months ago

Question

when creating a new virtual network as oneadmin, i want to set the user and the group to a freshly created user and group. I managed to set the group, but when looking at the documentation i can find no way to set the virtual network owner. Is this not implemented? In Sunstone this is easily possible, but the provider lacks this feature (still?), right?

References

No response

treywelsh commented 4 months ago

You're right it's missing in the provider and it may be missing for a bunch of other resources. I just opened #531, not tested yet, feel free to give it a try (building the provider from the branch) a drop a comment

al-lac commented 3 months ago

Would be great to have this

treywelsh commented 3 months ago

I quickly tested the PR, seems good. However it's done only for virtual network according to the scope of the current issue