ansible/changelogs/fragments/66966-ec2-group-and-group_id.yml
Mark Chappell 919a9e33e8
Minor AWS argument checks (required_if / mutually_exclusive) fixups (#66966)
* aws_netapp_cvs_snapshots - minor required_if fixup (state must be set if state=present)

* ec2 - fix typo in mutually_exclusive definition

* rds_instance: fix typo in mutually_exclusive restore_to_time should be restore_time - currently throws a boto error
2020-01-31 22:17:46 +01:00

2 lines
118 B
YAML

minor_changes:
- 'ec2: deprecate allowing both group and group_id - currently we ignore group_id if both are passed.'