Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.

Commit

Permalink
Serialize :tags to state file
Browse files Browse the repository at this point in the history
Should be harmless, and I'm looking to use it.
  • Loading branch information
jblaine committed Feb 6, 2013
1 parent c5aaab6 commit a0e0566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blimpy/box.rb
Expand Up @@ -126,7 +126,7 @@ def type
end

def serializable_attributes
[:type, :name, :region, :dns, :internal_dns]
[:type, :name, :region, :dns, :internal_dns, :flavor, :tags]
end

def immutable_attributes
Expand Down

0 comments on commit a0e0566

Please sign in to comment.