You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(core): Tag must have a value error is impossible to attribute to a specific tag (#35091)
### Issue # (if applicable)
Not applicable
### Reason for this change
Make it clearer as to what tag has invalid values - currently the process to identify said tag is not as clear as it could be.
### Description of changes
Improve error message from `Tag must have a value` to `Tag '${key}' must have a value`
### Describe any new or updated permissions being added
Not applicable
### Description of how you validated changes
Test added
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments