In attempting to leverage the create_before_destroy = false config since AVI has constraints on resource names, I've found that more often than not the provider is still running into a name conflict. I think it's simply due to timing, but it should be able to handle this appropriately.
Describe the bug
Terraform offers a
lifecycle
block to customize how a resource is managed.In attempting to leverage the
create_before_destroy = false
config since AVI has constraints on resource names, I've found that more often than not the provider is still running into a name conflict. I think it's simply due to timing, but it should be able to handle this appropriately.Reproduction steps
pool
topool-80
Expected behavior
The provider should properly handle the timing of destroying the old resource and creating the new resource.
I can occasionally get this to work.
Additional context
No response