forked from ansible-collections/community.aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ec2_instance - Use shared module implementation of get_ec2_security_g…
…roup_ids_from_names (ansible-collections#214) * ec2_instance - Use shared module implementation of get_ec2_security_group_ids_from_names * changelog
- Loading branch information
Showing
2 changed files
with
11 additions
and
52 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
changelogs/fragments/214-get_ec2_security_group_ids_from_names.yml
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,4 @@ | ||
minor_changes: | ||
- ec2_instance - migrate to shared implementation of get_ec2_security_group_ids_from_names. | ||
The module will now return an error if the subnet provided isn't in the requested VPC. | ||
(https://github.com/ansible-collections/community.aws/pull/214) |
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