vatesfr / terraform-provider-xenorchestra

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

Update sr data source to have an optional pool_id attribute #37

Closed ddelnano closed 4 years ago

ddelnano commented 4 years ago

This is to address the final feedback on #15. Users that have storage repositories with the same name across pools are unable to use the current storage repository data source. This adds an optional pool_id attribute so that it can be used when necessary.

Acceptance criteria