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

Support ignoring whether or not an ENI is attached to an instance #2436

Closed
joekhoobyar opened this issue Jun 23, 2015 · 3 comments · Fixed by #2943
Closed

Support ignoring whether or not an ENI is attached to an instance #2436

joekhoobyar opened this issue Jun 23, 2015 · 3 comments · Fixed by #2943

Comments

@joekhoobyar
Copy link
Contributor

If we use Terraform to create an unattached aws_network_interface, and then have an ASG that launches instances that connect themselves to the ENI, future runs of Terraform will actually disconnect that network interface - it is imperative that we are able to ignore this difference and prevent Terraform from disconnecting the network interface on future runs.

@TheM0ng00se
Copy link

+1 : Ran into this as well

@mikerahmati
Copy link

👍

phinze added a commit that referenced this issue Aug 5, 2015
If Terraform creates and ENI and it's attached out of band, Terraform
should not attempt to remove the attachment on subsequent runs.

fixes #2436
fixes #2881
phinze added a commit that referenced this issue Aug 5, 2015
If Terraform creates an ENI and it's attached out of band, Terraform
should not attempt to remove the attachment on subsequent runs.

fixes #2436
fixes #2881
@ghost
Copy link

ghost commented May 1, 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 May 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants