Merge pull request #2547 from jsmartin/cloudformation

Typo in cloudformation module documentation.
This commit is contained in:
Michael DeHaan 2013-04-01 14:01:51 -07:00
commit 2f944d87f6

View file

@ -50,7 +50,7 @@ options:
state: state:
description: 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 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 required: true
default: null default: null
aliases: [] aliases: []