parent
5718a5caac
commit
b92b30e3b3
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,7 @@ options:
|
|||
required: False
|
||||
default: None
|
||||
aliases: [ 'resource_tags']
|
||||
version_added: "2.1"
|
||||
dhcp_options_id:
|
||||
description:
|
||||
- The resource_id of an existing DHCP options set.
|
||||
|
@ -99,6 +100,7 @@ options:
|
|||
(which will be updated to match)
|
||||
required: False
|
||||
default: None
|
||||
version_added: "2.1"
|
||||
state:
|
||||
description:
|
||||
- create/assign or remove the DHCP options.
|
||||
|
@ -107,6 +109,7 @@ options:
|
|||
required: False
|
||||
default: present
|
||||
choices: [ 'absent', 'present' ]
|
||||
version_added: "2.1"
|
||||
extends_documentation_fragment: aws
|
||||
requirements:
|
||||
- boto
|
||||
|
|
Loading…
Reference in a new issue