dmacvicar / terraform-provider-libvirt

Terraform provider to provision infrastructure with Linux's KVM using libvirt
Apache License 2.0
1.54k stars 457 forks source link

Make `domainIfaceHasAddress` return true only if there is at least one IP address assigned to a network interface with matching physical address. #1048

Closed pstrzelczak closed 7 months ago

pstrzelczak commented 7 months ago

Fixes https://github.com/dmacvicar/terraform-provider-libvirt/issues/1047

pstrzelczak commented 7 months ago

@dmacvicar could you review this PR? Also, once merged could you release new version as without this and one more pending contribution current plugin is unusable.

dmacvicar commented 7 months ago

Thanks for the patch. :pray: