Closed cloutierMat closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.54%. Comparing base (
d0affa8
) to head (57c12b8
). Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Motivation
As a follow up to #8216, This pr aims at expanding support of custom ids to resources that can be created with tags. Providing a tag named
_custom_ids
at creation can be used to create a custom id for the created resource.Changes
get_id_from_tags
method to by able to accept tags created as dict (e.g{"_custom_id_": "myCustomId"}
) or as a list (e.g.[ {"Key": "_custom_id_", "Value": "myCustomId"} ]
)TODO