Enhancing flexibility in tagging the resources. Currently, the module enforces a tag key-value. For effective and easy internal usage of this module, a conditional expression is used to leverage custom tags when required.
Motivation and Context
Why is this change required? What problem does it solve?
Enhances flexibility and effective internal usage.
How Has This Been Tested?
[x] I have updated at least one of the examples/* to demonstrate and validate my change(s)
[x] I have tested and validated these changes using one or more of the provided examples/* projects
[x] I have executed pre-commit run -a on my pull request
Description
Enhancing flexibility in tagging the resources. Currently, the module enforces a tag key-value. For effective and easy internal usage of this module, a conditional expression is used to leverage custom tags when required.
Motivation and Context
Why is this change required? What problem does it solve? Enhances flexibility and effective internal usage.
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request