From 2e42c7244762eaae2035ffca84ae90e03fb3fe96 Mon Sep 17 00:00:00 2001 From: Allen Sanabria Date: Fri, 6 May 2016 13:28:26 -0700 Subject: [PATCH] version bump --- cloud/amazon/ec2_vpc_nat_gateway.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/amazon/ec2_vpc_nat_gateway.py b/cloud/amazon/ec2_vpc_nat_gateway.py index 46b75ce3090..69199f90537 100644 --- a/cloud/amazon/ec2_vpc_nat_gateway.py +++ b/cloud/amazon/ec2_vpc_nat_gateway.py @@ -20,7 +20,7 @@ module: ec2_vpc_nat_gateway short_description: Manage AWS VPC NAT Gateways description: - Ensure the state of AWS VPC NAT Gateways based on their id, allocation and subnet ids. -version_added: "2.1" +version_added: "2.2" requirements: [boto3, botocore] options: state: