transcend-io / terraform-aws-lambda-at-edge

Terraform module for making a Lambda@Edge function in terraform
MIT License
27 stars 35 forks source link

add support to pass a kms to encrypt cloudwatch log groups #20

Closed gianu closed 2 years ago

gianu commented 2 years ago

Added support for KMS encription on cloudwatch log groups

Related Issues

Public Changelog

Added cloudwatch_log_groups_kms_arn as a variable. You can pass the ARN of a KMS resource and it will be used to encript the cloudwatch log groups.

Security Implications

[none]

dmattia commented 2 years ago

Thanks!