vatesfr / terraform-provider-xenorchestra

Xen Orchestra provider for Terraform
MIT License
150 stars 33 forks source link

Allow non admin xen orchestra users to look up their own user accounts with the user data source #180

Closed ddelnano closed 2 years ago

ddelnano commented 2 years ago

This PR adds additional functionality to the xenorchestra_user data source so that non admin accounts can look up their own user account.

This is to facilitate easier testing in #179, but is also more broadly useful.

Todo