Skip to content

Commit e85f2a4

Browse files
author
lycbrian
committed
add terraform-test
1 parent d957579 commit e85f2a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/terraform-test/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ module "lambda" {
5757
# Logging
5858
is_create_cloudwatch_log_group = true # Default is `true`
5959
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"
6061

6162
# Env
6263
ssm_params = {}

0 commit comments

Comments
 (0)