Merge pull request #28534 from rallytime/fix-28469

Add versionadded directive for vpc_name arg in boto_secgroup.present
This commit is contained in:
Mike Place 2015-11-03 12:30:04 -07:00
commit 2bc78a32ef

View File

@ -126,6 +126,8 @@ def present(
vpc_name
The name of the VPC wherein to create the security group, if any. Exclusive with vpc_id.
.. versionadded:: 2015.8.2
rules
A list of ingress rule dicts. If not specified, ``rules=None``,
the ingress rules will be unmanaged. If set to an empty list, ``[]``,