How to Add tags to all the resources that are being created #644
Answered
by
kichik
ismailcool5152
asked this question in
Q&A
-
Hi Guys, we are trying to deploy this solution in prod but it seems by default there are no tags being added to the resources. Is there a way we can add Tags to all the resources which are being created ? |
Beta Was this translation helpful? Give feedback.
Answered by
kichik
Oct 28, 2024
Replies: 1 comment 3 replies
-
Have you tried using |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think
--tags
is a parameter thatcdk deploy
accepts. Here is a basic example with TypeScript:More info about tags in CDK here https://docs.aws.amazon.com/cdk/v2/guide/tagging.html