layer0 icon indicating copy to clipboard operation
layer0 copied to clipboard

EOF error blocks resource creation

Open davemeyer opened this issue 7 years ago • 1 comments

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

davemeyer avatar May 01 '18 19:05 davemeyer

Do you have a path to reproduce this?

nehayward avatar May 01 '18 19:05 nehayward