Skip to content

Commit

Permalink
docs: add warning about individual tag removals
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Nov 25, 2024
1 parent adfa85b commit ee8c9c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ cdk.Tags.of(scope).remove("Contact");
cdk.Tags.of(scope).remove("Organization");
```

> [!WARNING]
> Please, use these individual Tag removals sparingly and as a last resort. If the need for individual tag removal is caused by an issue/bug with the migration, please let us know via issue (see below).

#### Migration issues?

File [a new issue](https://github.com/alma-cdk/project/issues/new). Do not disclose any sensitive information (including AWS Account IDs)!
Expand Down

0 comments on commit ee8c9c0

Please sign in to comment.