Update create_with_nsg documentation (#54441)

pull/54747/head
Yuwei Zhou 5 years ago committed by Alicia Cozine
parent a8474ba91f
commit 064d89a850

@ -172,7 +172,8 @@ options:
default: False
create_with_security_group:
description:
- Specifies whether a default security group should be be created with the NIC. Only applies when creating a new NIC.
- Specifies whether a security group should be be created with the NIC.
- If this flag set to C(True) and no C(security_group) set, a default security group will be created.
type: bool
version_added: 2.6
default: True

Loading…
Cancel
Save