quintilesims / layer0

Build, Manage, and Deploy Your Applications
Apache License 2.0
44 stars 20 forks source link

EOF error blocks resource creation #614

Open davemeyer opened 6 years ago

davemeyer commented 6 years ago

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

nehayward commented 6 years ago

Do you have a path to reproduce this?