You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I wrote in #290 I use this provider to lookup the IP-Address of virtual machines, after they were created via the proxmox provider. It works if I do it like this:
But - I manually have to implement a sleep of 5 minutes after the vm creation. It would be really nice, if this provider could provide something like retry logic, if the IP was not found, instead of failing with an error. Maybe with some maximum timeout ...
Maybe I would implement this, if you are interested...
The text was updated successfully, but these errors were encountered:
As I wrote in #290 I use this provider to lookup the IP-Address of virtual machines, after they were created via the proxmox provider. It works if I do it like this:
But - I manually have to implement a sleep of 5 minutes after the vm creation. It would be really nice, if this provider could provide something like retry logic, if the IP was not found, instead of failing with an error. Maybe with some maximum timeout ...
Maybe I would implement this, if you are interested...
The text was updated successfully, but these errors were encountered: