We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d957579 commit e85f2a4Copy full SHA for e85f2a4
examples/terraform-test/main.tf
@@ -57,6 +57,7 @@ module "lambda" {
57
# Logging
58
is_create_cloudwatch_log_group = true # Default is `true`
59
cloudwatch_log_retention_in_days = 90 # Default is `90`
60
+ cloudwatch_log_group_kms_key_arn = "arn:aws:kms:ap-southeast-1:562563527952:key/73ab5420-3183-4185-83de-19f6137cb13c"
61
62
# Env
63
ssm_params = {}
0 commit comments