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
log.Printf("[Resource_server] resourceKeyServerAdditionalNetworkAdapter has changed ")
542
543
543
-
// Note: Tried modifying network adapter; it won't work in adding and removing scenarios, the index of NIC confused terraform additional network adapter schema list.
544
-
// Current implementation treat additional nic(s) as one resource instead of one for each additional nic.
544
+
// Note: Tried modifying network adapter; it won't work in adding and removing scenarios, the index of NIC confuse terraform additional network adapter schema list.
545
+
// Current implementation treat additional nic(s) as an attribute in server resource instead of a network adapter resource by itself.
546
+
// At the moment, we had to disable the feature to attach and detach network adapter post-server provisioning and restrict update to modifying existing list of network adapter at server provision.
545
547
546
548
// Refresh additional network adapters by removing and re-adding.
0 commit comments