-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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/azurerm: suppport for primary network interface #12277
Conversation
Hi @kvisscher Thanks for the PR! Unfortunately we can't merge this right now as the feature is still in preview:
Once this feature is in general availability we will circle back to this PR, #9874 is also tracking this feature request. |
Hi @pmcatominey, @kvisscher, as from 22nd March, the "Multiple IP addresses per network interface" feature has been announced to be generally available in all public regions (refer to https://azure.microsoft.com/de-de/updates/ga-multiple-ips-per-nic/). Can we consider this PR to be merged into the upcoming release? // Dominik |
@dominik-lekse thanks for the update - it's great to see that this has hit GA :) Hi @kvisscher I've taken a look into your PR - and it looks good :) There's a couple of minor changes needed in order to be able to merge this:
Out of interest - when specifying only a single IP Configuration, does the Azure API set a default value for Thanks! |
@tombuildsstuff Regarding the value Another point: We could add a validation that only one |
Are there any plans yet to migrate this to the new terraform provider repository? @kvisscher I can offer to help you here. |
why is this not merged yet? |
Hey @kvisscher I hope you don't mind, but I've ported this PR over to the new repository in hashicorp/terraform-provider-azurerm#245 as this has now hit GA. As such I'm going to close this PR for the moment - but I'd like to thank you for your contribution here! Thanks! |
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. |
This brings support for setting the primary IP of a network interface.