Skip to content

Commit

Permalink
fix missed var rename
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymye committed Mar 28, 2019
1 parent cb6f455 commit 4288e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/terraform/nested_query.go.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<% end -%>
<% object.identity.each do |prop| -%>
<% if settable_properties.include?(prop) -%>
idProp, err := expand<%= resource_name -%><%= titlelize_property(prop) -%>(d.Get("<%= prop.name.underscore -%>"), d, meta.(*Config))
itemIdV, err := expand<%= resource_name -%><%= titlelize_property(prop) -%>(d.Get("<%= prop.name.underscore -%>"), d, meta.(*Config))
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 4288e41

Please sign in to comment.