Skip to content

Commit

Permalink
set retention days
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Apr 3, 2024
1 parent ef5eaa2 commit 466cd7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ module "lambda" {
access_policy_document = var.access_policy_document

source_arns = ["${aws_api_gateway_rest_api.this.execution_arn}/*"]

cloudwatch_retention_in_days = var.cloudwatch_retention_in_days
}

module "certificate" {
Expand Down Expand Up @@ -191,4 +193,6 @@ module "auth_lambda" {
access_policy_document = var.auth_access_policy_document

source_arns = ["${aws_api_gateway_rest_api.this.execution_arn}/*"]

cloudwatch_retention_in_days = var.cloudwatch_retention_in_days
}

0 comments on commit 466cd7c

Please sign in to comment.