lib/terraforming/template/tf/vpc.erb in terraforming-0.0.4 vs lib/terraforming/template/tf/vpc.erb in terraforming-0.0.5
- old
+ new
@@ -5,10 +5,10 @@
enable_dns_support = <%= enable_dns_support?(vpc) %>
instance_tenancy = "<%= vpc.instance_tenancy %>"
tags {
<% vpc.tags.each do |tag| -%>
- <%= tag.key %> = "<%= tag.value %>"
+ "<%= tag.key %>" = "<%= tag.value %>"
<% end -%>
}
}
<% end -%>