vk-cs / terraform-provider-vkcs

Mozilla Public License 2.0
37 stars 14 forks source link

Fix an error with filter on pool name in fip data source #465

Closed paaanic closed 3 months ago

paaanic commented 3 months ago

Before this patch, pool name was passed as network id to search in. And, since it was in the wrong format for the UUID, it was ignored in Neutron and caused an error in Sprut. Now we retrieve network id by its name, as we do in the resource for floating IP, and use it in the corresponding filter.

VKPRGM-736