[cloud] document route53 state choices added in 2.4 (#25866)

pull/24354/head
Sloane Hertel 8 years ago committed by Ryan Brown
parent 759750e661
commit e079498485

@ -30,7 +30,7 @@ options:
state:
description:
- Specifies the state of the resource record. As of Ansible 2.4, the I(command) option has been changed
to I(state) as default, but I(command) still works as well.
to I(state) as default and the choices 'present' and 'absent' have been added, but I(command) still works as well.
required: true
aliases: [ 'command' ]
choices: [ 'present', 'absent', 'get', 'create', 'delete' ]

Loading…
Cancel
Save