From ea56151a67537907e80947f2c8b1104377efdfd8 Mon Sep 17 00:00:00 2001
From: Rene Moser <mail@renemoser.net>
Date: Sat, 19 Mar 2016 14:06:54 +0100
Subject: [PATCH] ec2_vpc_dhcp_options: doc fix, add version_added to new args

See #1640
---
 cloud/amazon/ec2_vpc_dhcp_options.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cloud/amazon/ec2_vpc_dhcp_options.py b/cloud/amazon/ec2_vpc_dhcp_options.py
index 99b6fbbd6a2..198d0637177 100644
--- a/cloud/amazon/ec2_vpc_dhcp_options.py
+++ b/cloud/amazon/ec2_vpc_dhcp_options.py
@@ -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