From a435dbbb2d6f0226ab3ae184f8480546226a0ba2 Mon Sep 17 00:00:00 2001 From: "Ryan S. Brown" Date: Fri, 16 Sep 2016 16:17:42 -0400 Subject: [PATCH] Fix version_added for ec2_asg feature --- cloud/amazon/ec2_asg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/amazon/ec2_asg.py b/cloud/amazon/ec2_asg.py index d5476e7b0cc..cc52e3de1fc 100644 --- a/cloud/amazon/ec2_asg.py +++ b/cloud/amazon/ec2_asg.py @@ -135,13 +135,13 @@ options: - A SNS topic ARN to send auto scaling notifications to. default: None required: false - version_added: "2.0" + version_added: "2.2" notification_types: description: - A list of auto scaling events to trigger notifications on. default: ['autoscaling:EC2_INSTANCE_LAUNCH', 'autoscaling:EC2_INSTANCE_LAUNCH_ERROR', 'autoscaling:EC2_INSTANCE_TERMINATE', 'autoscaling:EC2_INSTANCE_TERMINATE_ERROR'] required: false - version_added: "2.0" + version_added: "2.2" extends_documentation_fragment: - aws - ec2