Add diff mode for ec2_group (#44533)

* Add (preview) diff mode support ec2_group

* Add diff mode to some ec2_group integration tests

* Remove unnecessary arguments and add comment to the module notes

* Add changelog
This commit is contained in:
Sloane Hertel
2018-08-23 19:43:18 -04:00
committed by GitHub
parent b152515fcb
commit 79ecb4c41f
5 changed files with 149 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
---
minor_changes:
- ec2_group - Add diff mode support with and without check mode. This feature
is preview and may change when a common framework is adopted for AWS modules.