Fixed typo for instance_tags documentation

This commit is contained in:
Yanchek99 2015-09-08 09:16:53 -07:00 committed by Matt Clay
parent cdff62643b
commit ebbd206e86

View file

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