Terraform loses track of instances that reaches timeout for wait_for_network
in incus_instance
#174
Labels
Bug
Confirmed to be a bug
When you the argument
wait_for_network true
inincus_network
and it for some reason fails to obtain an IP-address before the timeout then terraform loses track of the instance. All subsequent runs will return an error that the instance already exists, but since terraform doesn't have it in the state file, it doesn't know about it.Example code:
Expected results:
Actual results:
The text was updated successfully, but these errors were encountered: