Skip to content

EOF error blocks resource creation #614

Description

@davemeyer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions