From 55a51f4ca9c24d1f45ab5ac1d54e68cbbd7d2ab7 Mon Sep 17 00:00:00 2001 From: Mike Putnam Date: Tue, 9 Dec 2014 10:09:05 -0600 Subject: [PATCH] Clarify possible variable value in the docs. --- 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 aad5795c939..72b970cd262 100644 --- a/cloud/amazon/cloudformation.py +++ b/cloud/amazon/cloudformation.py @@ -50,7 +50,7 @@ options: state: description: - If state is "present", stack will be created. If state is "present" and if stack exists and template has changed, it will be updated. - If state is absent, stack will be removed. + If state is "absent", stack will be removed. required: true default: null aliases: []