Clarify possible variable value in the docs.

This commit is contained in:
Mike Putnam 2014-12-09 10:09:05 -06:00
parent abff6c2582
commit 55a51f4ca9

View file

@ -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: []