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

provider/aws: Cleanup the Lambda ENI deletion process a bit #8486

Merged

Conversation

radeksimko
Copy link
Member

Just a little bit of cleanup after merging #8033 to explain why do we have the function there + to catch errors.

cc @gposton

@@ -359,7 +359,10 @@ func resourceAwsSecurityGroupDelete(d *schema.ResourceData, meta interface{}) er

log.Printf("[DEBUG] Security Group destroy: %v", d.Id())

deleteLingeringLambdaENIs(conn, d)
err := deleteLingeringLambdaENIs(conn, d)
if err != nil {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since only the err is used here can we use the if err := ...; err != nil { style here?

@mitchellh
Copy link
Contributor

One nit, then LGTM

@radeksimko
Copy link
Member Author

Nit fixed, merging.

@radeksimko radeksimko merged commit 0dd17c6 into hashicorp:master Aug 26, 2016
@radeksimko radeksimko deleted the b-aws-lambda-eni-cleanup branch August 26, 2016 06:30
terraformbot pushed a commit that referenced this pull request Aug 26, 2016
[origin/master] provider/aws: Cleanup the Lambda ENI deletion process a bit (#8486)
0dd17c6
terraformbot pushed a commit that referenced this pull request Aug 26, 2016
[origin/master] provider/aws: Cleanup the Lambda ENI deletion process a bit (#8486)
0dd17c6
richardbowden pushed a commit to richardbowden/terraform that referenced this pull request Aug 27, 2016
@ghost
Copy link

ghost commented Apr 22, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants