From 24c2bccd6607edd7ee67e5cb83b8c1749b58a3bc Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 17 Jul 2015 01:11:04 -0400 Subject: [PATCH] corrected version_added --- cloud/amazon/cloudformation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/amazon/cloudformation.py b/cloud/amazon/cloudformation.py index abde0ec375c..f95fbba00e2 100644 --- a/cloud/amazon/cloudformation.py +++ b/cloud/amazon/cloudformation.py @@ -67,7 +67,7 @@ options: required: false default: null aliases: [] - version_added: "x.x" + version_added: "1.9" tags: description: - Dictionary of tags to associate with stack and it's resources during stack creation. Cannot be updated later.