Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ec2: Prevent "InvalidNetworkInterfaceID.NotFound" errors in deleteLingeringLambdaENIs #6037

Merged
merged 1 commit into from
Oct 2, 2018

Commits on Oct 1, 2018

  1. ec2: Prevent "InvalidNetworkInterfaceID.NotFound" errors in deleteLin…

    …geringLambdaENIs
    
    Previously:
    
    ```
    --- FAIL: TestAccAWSLambdaFunction_VPC_withInvocation (70.96s)
        testing.go:588: Error destroying resource! WARNING: Dangling resources
            may exist. The full state and error is shown below.
    
            Error: Error applying: 1 error occurred:
            	* aws_subnet.subnet_for_lambda (destroy): 1 error occurred:
            	* aws_subnet.subnet_for_lambda: Failed to delete Lambda ENIs: Error waiting for ENI (eni-00233276ead620ddf) to become detached: InvalidNetworkInterfaceID.NotFound: The networkInterface ID 'eni-00233276ead620ddf' does not exist
    ```
    bflad committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    3f0a8d6 View commit details
    Browse the repository at this point in the history