Skip to content

Commit

Permalink
Update security_ec2_checkpoint_gw_eni_bookkeeping.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IPvSean committed Mar 10, 2022
1 parent bce5d19 commit 1697f91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
loop: "{{ ('results' in ec2_subnet1_eni_checkpoint_gw_async) | ternary(ec2_subnet1_eni_checkpoint_gw_async['results'], []) }}"

- name: Create EIP async for checkpoint_gw Subnet1 ENI (SECURITY MODE)
amazon.aws.ec2_eip:
community.aws.ec2_eip:
in_vpc: true
region: "{{ ec2_region }}"
device_id: "{{ item['interface']['id'] }}"
Expand Down

0 comments on commit 1697f91

Please sign in to comment.