From f9a15486e35a7b22d8f2c6575825fba52a33a382 Mon Sep 17 00:00:00 2001 From: James Martin Date: Mon, 1 Apr 2013 15:15:40 -0400 Subject: [PATCH] Typo in documentation. --- cloudformation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudformation b/cloudformation index d536a5fe6bd..494f46e191a 100644 --- a/cloudformation +++ b/cloudformation @@ -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 present, stack will be removed. + If state is absent, stack will be removed. required: true default: null aliases: []