From 14f32de7a6eb4bb67c372a6df4c4bcb7284ce432 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 19 Oct 2015 20:11:54 -0400 Subject: [PATCH] added missing version_added to new accesslogs feature --- cloud/amazon/ec2_elb_lb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud/amazon/ec2_elb_lb.py b/cloud/amazon/ec2_elb_lb.py index aaccc1b2b57..2499b322c39 100644 --- a/cloud/amazon/ec2_elb_lb.py +++ b/cloud/amazon/ec2_elb_lb.py @@ -75,6 +75,7 @@ options: - An associative array of access logs configuration settings (see example) require: false default: None + version_added: "2.0" subnets: description: - A list of VPC subnets to use when creating ELB. Zones should be empty if using this.