Skip to content

Commit

Permalink
chore(helpers): Change attributes to attributes_flat (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
virta-jasonmay authored Apr 16, 2020
1 parent 6c94a6f commit 3fb056b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def resource_value(self, resource, key):
else:
state_resource = state_resource_list[0]["instances"]

return state_resource[0]["attributes"][key]
return state_resource[0]["attributes_flat"][key]


def group_by_module(resources):
Expand Down

0 comments on commit 3fb056b

Please sign in to comment.