[doc] fix a typo in ec2_eni docs (#36571)
This commit is contained in:
parent
b5488b4e45
commit
918b29f0fc
1 changed files with 1 additions and 2 deletions
|
@ -142,8 +142,7 @@ EXAMPLES = '''
|
|||
subnet_id: subnet-xxxxxxxx
|
||||
eni_id: eni-yyyyyyyy
|
||||
state: present
|
||||
secondary_private_ip_addresses:
|
||||
-
|
||||
secondary_private_ip_address_count: 0
|
||||
|
||||
# Destroy an ENI, detaching it from any instance if necessary
|
||||
- ec2_eni:
|
||||
|
|
Loading…
Reference in a new issue