Merge pull request #2547 from jsmartin/cloudformation

Typo in cloudformation module documentation.
pull/2548/head v1.1
Michael DeHaan 12 years ago
commit 2f944d87f6

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

Loading…
Cancel
Save