Skip to content

Commit

Permalink
Rename instance label to aws_resource
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke committed May 30, 2024
1 parent 054c81b commit c325290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_quota/check/quota_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def label_values(self):
if isinstance(self.instance_id, dict):
label_values.update(self.instance_id)
else:
label_values['instance'] = self.instance_id
label_values['aws_resource'] = self.instance_id

return label_values

Expand Down

0 comments on commit c325290

Please sign in to comment.