Update create_with_nsg documentation (#54441)
This commit is contained in:
parent
a8474ba91f
commit
064d89a850
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue