Fix docs
This commit is contained in:
parent
27c4beb19d
commit
178caff2ed
1 changed files with 4 additions and 5 deletions
|
@ -18,9 +18,8 @@ DOCUMENTATION = '''
|
||||||
module: ec2_eni
|
module: ec2_eni
|
||||||
short_description: Create and optionally attach an Elastic Network Interface (ENI) to an instance
|
short_description: Create and optionally attach an Elastic Network Interface (ENI) to an instance
|
||||||
description:
|
description:
|
||||||
- Create and optionally attach an Elastic Network Interface (ENI) to an
|
- Create and optionally attach an Elastic Network Interface (ENI) to an instance. If an ENI ID is provided, \
|
||||||
instance. If an ENI ID is provided, an attempt is made to update the
|
an attempt is made to update the existing ENI. By passing state=detached, an ENI can be detached from its instance.
|
||||||
existing ENI. By passing state=detached, an ENI can be detached from its instance.
|
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
author: "Rob White (@wimnat)"
|
author: "Rob White (@wimnat)"
|
||||||
options:
|
options:
|
||||||
|
@ -31,8 +30,8 @@ options:
|
||||||
default: null
|
default: null
|
||||||
instance_id:
|
instance_id:
|
||||||
description:
|
description:
|
||||||
- Instance ID that you wish to attach ENI to, if None the new ENI will be
|
- Instance ID that you wish to attach ENI to, if None the new ENI will be created in detached state, existing \
|
||||||
created in detached state, existing ENI will keep current attachment state.
|
ENI will keep current attachment state.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
private_ip_address:
|
private_ip_address:
|
||||||
|
|
Loading…
Reference in a new issue