Skip to content

Commit

Permalink
Add version_added
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Chappell <[email protected]>
  • Loading branch information
cosandr and tremble authored Sep 29, 2023
1 parent 42d935c commit fc31d31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/modules/elb_application_lb_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,22 @@
required: false
type: bool
default: true
version_added: 7.0.0
include_listeners:
description:
- Whether or not to include load balancer listeners in the response.
required: false
type: bool
default: true
version_added: 7.0.0
include_listener_rules:
description:
- Whether or not to include load balancer listener rules in the response.
- Implies I(include_listeners=true)
required: false
type: bool
default: true
version_added: 7.0.0
extends_documentation_fragment:
- amazon.aws.common.modules
Expand Down

0 comments on commit fc31d31

Please sign in to comment.