Skip to content

Commit

Permalink
removed creating cloudwatch log group
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Bakhmetev committed Sep 18, 2024
1 parent b34f58c commit 303c8be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tf-aws-rest-api-gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ terraform {

locals {
create_log_group = var.logging_level != "OFF"
log_group_arn = local.create_log_group ? module.cloudwatch_log_group.log_group_arn : null
stage_name = var.stage_name != "" ? var.stage_name : module.name.environment
}

Expand Down

0 comments on commit 303c8be

Please sign in to comment.