diff --git a/bespin/option_spec/stack_objs.py b/bespin/option_spec/stack_objs.py index 9352904..805c87b 100644 --- a/bespin/option_spec/stack_objs.py +++ b/bespin/option_spec/stack_objs.py @@ -27,10 +27,9 @@ class Stack(dictobj): fields = { "tags": """ - A dictionary specifying the tags to apply to the stack on creation" + A dictionary specifying the tags to apply to the stack - Note that a limitation of cloudformation is such that tags can only be - applied to the template or changed at creation time. + Cloudformation will apply these tags to all created resources """ , "name": "The name of this stack" , "key_name": "The original key of this stack in the configuration['stacks']"