hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.85k stars 9.2k forks source link

Lambda CMK encryption for Zip function code artifacts #40276

Open ewbankkit opened 1 day ago

ewbankkit commented 1 day ago

AWS Lambda now supports encryption of Lambda function Zip code artifacts using customer managed keys instead of default AWS owned keys.

Affected Resource(s) and/or Data Source(s)

Potential Terraform Configuration

resource "aws_lambda_function" "example" {
  source_kms_key_arn = aws_kms_key.example.arn
}
github-actions[bot] commented 1 day ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue