From ee8c9c0f685f5b7fecd0b9c1d98a875a9a455739 Mon Sep 17 00:00:00 2001 From: Ari Palo Date: Mon, 25 Nov 2024 23:48:50 +0200 Subject: [PATCH] docs: add warning about individual tag removals --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1779b0f..ca6bbd3 100644 --- a/README.md +++ b/README.md @@ -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)!