Skip to content

Commit

Permalink
ec2_instance - update network interface parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Jun 11, 2024
1 parent a90b18c commit 4c2a054
Show file tree
Hide file tree
Showing 13 changed files with 1,047 additions and 225 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
minor_changes:
- ec2_instance - Add support for ``network_interfaces`` and ``network_interfaces_ids`` options replacing deprecated option ``network`` (https://github.com/ansible-collections/amazon.aws/pull/2123).
- ec2_instance - ``network.source_dest_check`` option has been deprecated and replaced by new option ``source_dest_check`` (https://github.com/ansible-collections/amazon.aws/pull/2123).
- ec2_instance - add the possibility to create instance with multiple network interfaces (https://github.com/ansible-collections/amazon.aws/pull/2123).
Loading

0 comments on commit 4c2a054

Please sign in to comment.