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
Yuwei Zhou edited this page May 13, 2019
·
1 revision
In azure_rm_networkinterface module, option create_with_security_group tells to Azure creates a network interface with(out) security group.
By default, this value is set to yes. If no security_group provided, a default one will be created and attach to the network interface.
If this option is set to no, the security_group will be ignored even it has value. The network interface will be created without security group, or remove the existing security group from network interface.