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

Assignment of new ip_configuration blocks to existing NIC? #3448

Closed
voyera opened this issue May 15, 2019 · 3 comments
Closed

Assignment of new ip_configuration blocks to existing NIC? #3448

voyera opened this issue May 15, 2019 · 3 comments
Labels
new-virtual-resource Resources which are split out to enhance the user experience question service/virtual-machine

Comments

@voyera
Copy link

voyera commented May 15, 2019

Hey guys, first off having a great time with terraform. I'm running with an edge case with the azurerm provider where adding multiple ip_configuration to the nic would make a ubuntu 18-04 vm randomly have cloud-init request timeout at first boot (probably caused by the eth0 not being properly configured inside netplan).

So I removed the secondary ip_configuration blocks thinking I could add them after the VM has been spun up... but I can't wrap my head around how to do that. Could someone point me in the right direction?

Thanks!

@tombuildsstuff
Copy link
Contributor

hi @voyera

Thanks for opening this issue :)

This isn't something that's possible today - but we're planning on replacing the Virtual Machine and VM Scale Set resources in the next major version of the provider (2.0) (and keeping the existing ones around) such that this should be possible (potentially via a network_interface_attachment resource, but we'll see).

I'd suggest subscribing to #2807 for updates - in the interim I feel like your best solution may be to reach out to the publisher of the OS Image you're using, and see if they can help further - but since is locked on #2807 I'm going to close this issue for the moment.

Thanks!

@tombuildsstuff tombuildsstuff added the new-virtual-resource Resources which are split out to enhance the user experience label May 23, 2019
@voyera
Copy link
Author

voyera commented May 23, 2019

Thanks for the answer @tombuildsstuff ! I will keep an eye open for 2.0 :)

@ghost
Copy link

ghost commented Jun 22, 2019

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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Jun 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-virtual-resource Resources which are split out to enhance the user experience question service/virtual-machine
Projects
None yet
Development

No branches or pull requests

3 participants
@tombuildsstuff @voyera and others