From 5e4fff98f2da76cf4499c76809976c3d06e6dc10 Mon Sep 17 00:00:00 2001 From: Petr Svoboda Date: Mon, 30 Sep 2013 09:28:53 +0200 Subject: [PATCH] Add version_added to cloudformation tags parameter --- library/cloud/cloudformation | 1 + 1 file changed, 1 insertion(+) diff --git a/library/cloud/cloudformation b/library/cloud/cloudformation index 164f306854..8c80fa75c1 100644 --- a/library/cloud/cloudformation +++ b/library/cloud/cloudformation @@ -67,6 +67,7 @@ options: required: false default: null aliases: [] + version_added: "1.4" requirements: [ "boto" ] author: James S. Martin