Skip to content

Commit

Permalink
elb_classic_lb - deprecate the ec2_elb fact
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Oct 26, 2021
1 parent f8a830b commit c61ba92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/elb_classic_lb-fact.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
deprecated_features:
- ec2_classic_lb - setting of the ``ec2_elb`` fact has been deprecated and will be removed in release 4.0.0 of the collection.
The module now returns ``elb`` which can be accessed using the register keyword ().
4 changes: 4 additions & 0 deletions plugins/modules/elb_classic_lb.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,10 @@
default: true
version_added: 2.1.0
notes:
- The ec2_elb fact currently set by this module has been deprecated and will no
longer be set after release 4.0.0 of the collection.
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
Expand Down

0 comments on commit c61ba92

Please sign in to comment.