-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KMS Keys are not getting the stacks default tags #33
Comments
@pplu I dont think this resource support CloudFormation stack-level tags with the prefix |
@ammokhov : I'm opening this as an issue because I was expecting the KMS cloudformation provider to tag the KMS keys it creates with the |
For example, the stack tags are propagated to S3 buckets and EC2 instances. I just discovered today that the same is not true of KMS keys. I don't see the resource provider code for those resources in the Github organization. Do any of the published resource providers have an example of how to implement this? |
you mean aws prefixed tags or stack level tags? stack level tags are usually attached to stack and are provisioned to each individual resource that belongs to the stack (if supports tags) unless your execution role is missing correct permissions. |
I'm adding here (again) the details for this issue of #33: Issue DescriptionTo find the right CloudFormation Stack, where a AWS resource is defined/maintained, aws:cloudformation:* built-in tags are needed. This is an important function in day-to-day business. Expected BehaviorResources with type Once support CloudFormation Drift-Detection will be added via aws-cloudformation/cloudformation-coverage-roadmap#1671, please handled by those automatic tags correctly (hence, aws:cloudformation:* tags are not a drift) Observed BehaviorWhen you have an
Test CasesExample Templates: Deploy this Stack in one Region:
You will see on both Resources that aside from CloudFormation defined Tags, no other Tags are placed onto the Resources. Links |
Hi,
KMS keys don't get tagged with cloudformation default tags:
This was reported here: aws-cloudformation/cloudformation-coverage-roadmap#193, but was closed, when it seems that it is not so.
The text was updated successfully, but these errors were encountered: