-
Notifications
You must be signed in to change notification settings - Fork 31
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
fix - tag missing for aws_kinesis_firehose_delivery_stream resource #195
fix - tag missing for aws_kinesis_firehose_delivery_stream resource #195
Conversation
LogDeliveryEnabled = true tag was missing for aws_kinesis_firehose_delivery_stream resource
Nakul Khargonkar seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
please update the |
Done. |
Hi @K-Nakul-K , can i have some documentation on this I only see https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AWS-logs-and-resource-policy.html which looks more like a resource policy |
In the same link that you were looking please find The Firehose stream must have the tag LogDeliveryEnabled set to true. |
@K-Nakul-K Is this change policy also required for firehose_iam role?
|
@K-Nakul-K pls sign the Contributor License Agreement |
My use case is deliver of logs from AWS Network firewall to firehose which uses V1 permission (as per documentation) and AWSServiceRoleForLogDeliveryPolicy role is already created by AWS. This service-linked role grants permission for all Firehose delivery streams that have the LogDeliveryEnabled tag set to true. So short answer not required. :) |
K-Nakul-K is my public id, from which I already signed the Contributor License Agreement. Where are username that you see is my org. laptop, not sure if I could really sign from that contributor name. If there any workaround for this? Sorry being stupid, I am new to public contributions. |
@K-Nakul-K I copied over your PR since the contributor license cant be signed by the org laptop one. |
@ryantanjunming Thank You! :) |
Description
LogDeliveryEnabled = true, Tag was missing for aws_kinesis_firehose_delivery_stream resource
Fixes #194
How Has This Been Tested?
Tested on my env. by running terraform apply multiple times.
Checklist: