lib/terraforming/template/tf/ec2.erb in terraforming-0.0.4 vs lib/terraforming/template/tf/ec2.erb in terraforming-0.0.5

- old
+ new

@@ -17,10 +17,10 @@ } <% end -%> tags { <% instance.tags.each do |tag| -%> - <%= tag.key %> = "<%= tag.value %>" + "<%= tag.key %>" = "<%= tag.value %>" <% end -%> } } <% end -%>