-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ec2_instance: Add count parameter to ec2_instance (#539)
ec2_instance: Add count parameter to ec2_instance SUMMARY Adding min_count and max_count parameter to ec2_instance. Fixes #536. ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_instance Reviewed-by: Jill R <None> Reviewed-by: Mark Chappell <None> Reviewed-by: Mandar Kulkarni <[email protected]> Reviewed-by: None <None> (cherry picked from commit 760186c)
- Loading branch information
1 parent
081858a
commit a33da0e
Showing
4 changed files
with
524 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
minor_changes: | ||
- ec2_instance - add count parameter support | ||
(https://github.com/ansible-collections/amazon.aws/pull/539). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
[tests] | ||
instance_minimal | ||
instance_multiple | ||
checkmode_tests | ||
termination_protection | ||
ebs_optimized | ||
|
Oops, something went wrong.