diff --git a/lib/fog/aws/parsers/compute/describe_snapshots.rb b/lib/fog/aws/parsers/compute/describe_snapshots.rb index 1a909f141..7e5b27560 100644 --- a/lib/fog/aws/parsers/compute/describe_snapshots.rb +++ b/lib/fog/aws/parsers/compute/describe_snapshots.rb @@ -25,7 +25,7 @@ module Fog @snapshot['tagSet'][@tag['key']] = @tag['value'] @tag = {} when 'key', 'value' - @tag[key] = value + @tag[name] = @value when 'tagSet' @in_tag_set = false end