-
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
azurerm_network_manager*
- switch to use go-azure-sdk
#22119
azurerm_network_manager*
- switch to use go-azure-sdk
#22119
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.
looks like we need to do a state migration for the manage group id?
-/+ resource "azurerm_network_manager_management_group_connection" "test" {
~ connection_state = "Pending" -> (known after apply)
~ id = "/providers/Microsoft.Management/managementGroups/43c2ab5a-8142-4573-ab5c-f05d32e100fb/providers/Microsoft.Network/networkManagerConnections/acctest-nmmgc-230612170319468265" -> (known after apply)
~ management_group_id = "43c2ab5a-8142-4573-ab5c-f05d32e100fb" -> "/providers/Microsoft.Management/managementGroups/43c2ab5a-8142-4573-ab5c-f05d32e100fb" # forces replacement
name = "acctest-nmmgc-230612170319468265"
# (1 unchanged attribute hidden)
}
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 ☔
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. |
No description provided.