-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
New Resource - azurerm_route_server_bgp_connection, azurerm_route_server #16578
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @xiaxyi
The Provider already supports Route Server (as azurerm_virtual_hub
, which is what this is called in the API / before the marketing rebrand). Whilst this has been rebranded in Azure it's only the marketing name and not the resource name (within the API) which has changed - so I'm not sure we should be renaming this resource?
Thanks!
Thanks @tombuildsstuff for the comment. It's two separate resources, they are using the same API. Virtual Hub is created when specifying the virtual_wan while route server is an independent resource. just for your reference, PowerShell's practice: virtual hub:https://docs.microsoft.com/en-us/powershell/module/az.network/new-azvirtualhub?view=azps-7.5.0 |
@katbyte Thanks for the comment, I updated the sdk and tests are passing now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🦕
This functionality has been released in v3.15.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Adding new resource Azure Route Server
acc tests: