Merge pull request #2031 from Yanchek99/devel

Fixed typo for instance_tags documentation
This commit is contained in:
Brian Coca 2015-09-08 12:44:12 -04:00
commit e4129a88bf

View file

@ -144,7 +144,7 @@ options:
instance_tags:
version_added: "1.0"
description:
- a hash/dictionary of tags to add to the new instance or for for starting/stopping instance by tag; '{"key":"value"}' and '{"key":"value","key":"value"}'
- a hash/dictionary of tags to add to the new instance or for starting/stopping instance by tag; '{"key":"value"}' and '{"key":"value","key":"value"}'
required: false
default: null
aliases: []