You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it will fail with an error that looks like :
cannot find azurerm_network_security_group.example[0] in current state
I think this is because it tries to do a match of azurerm_network_security_group.example no matter if it has something else before (like module.something)
I don't think this is intended.
The text was updated successfully, but these errors were encountered:
I discovered the hard way while trying to move 2500+ resources that if you have that case :
it will fail with an error that looks like :
cannot find azurerm_network_security_group.example[0] in current state
I think this is because it tries to do a match of azurerm_network_security_group.example no matter if it has something else before (like module.something)
I don't think this is intended.
The text was updated successfully, but these errors were encountered: