Change "TBD" in versionadded to "2017.7.0"

This commit is contained in:
Erik Johnson 2017-07-14 10:21:33 -05:00
parent 81695a9f3c
commit 603f5b7de6
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
'''
Connection module for Amazon ALB
.. versionadded:: TBD
.. versionadded:: 2017.7.0
:configuration: This module accepts explicit elb credentials but can also utilize
IAM roles assigned to the instance through Instance Profiles. Dynamic

View file

@ -2,7 +2,7 @@
'''
Manage AWS Application Load Balancer
.. versionadded:: TBD
.. versionadded:: 2017.7.0
Add and remove targets from an ALB target group.
@ -54,6 +54,8 @@ def __virtual__():
def targets_registered(name, targets, region=None, key=None, keyid=None,
profile=None):
'''
.. versionadded:: 2017.7.0
Add targets to an Application Load Balancer target group. This state will not remove targets.
name
@ -63,8 +65,6 @@ def targets_registered(name, targets, region=None, key=None, keyid=None,
A list of target IDs or a string of a single target that this target group should
distribute traffic to.
.. versionadded:: TBD
.. code-block:: yaml
add-targets: