layer0
layer0 copied to clipboard
EOF error blocks resource creation
Expected behavior
when l0 resource creation fails during tf apply with a EOF error, a rerun of tf apply should be able to pick up where the previous.
Actual behavior
resource failed for some reason, resulting in the EOF error:
Error: Error applying plan:
1 error(s) occurred:
* layer0_load_balancer.frontend: 1 error(s) occurred:
* layer0_load_balancer.frontend: EOF
retry of tf apply results in:
Error: Error applying plan:
1 error(s) occurred:
* layer0_load_balancer.frontend: 1 error(s) occurred:
* layer0_load_balancer.frontend: ServerError (code=11) LoadBalancer with name 'elb-name' already exists in Environment 'env-id'
Please also include the following if applicable:
v0.10.8
Do you have a path to reproduce this?