lib/terraforming/template/tf/security_group.erb in terraforming-0.0.4 vs lib/terraforming/template/tf/security_group.erb in terraforming-0.0.5
- old
+ new
@@ -34,10 +34,10 @@
<% end -%>
<% if security_group.tags.length > 0 -%>
tags {
<% security_group.tags.each do |tag| -%>
- <%= tag.key %> = "<%= tag.value %>"
+ "<%= tag.key %>" = "<%= tag.value %>"
<% end -%>
}
<% end -%>
}