gomorpheus / terraform-provider-morpheus

Terraform Morpheus provider
MIT License
17 stars 21 forks source link

[BUG] morpheus_network data source handling of duplicate network names #281

Open doubletwist13 opened 2 months ago

doubletwist13 commented 2 months ago

If multiple vSphere clouds have virtual networks with the same name, the morpheus_network data source

a) has no way to specify that cloud_id you're looking for along with the name (as an example, the morpheus_resource_pool datasource does take (requires in fact) cloud_id as an input along with a name or id for the network. b) When it does find one (or more) match, the data returned does not include the cloud_id that network is from.