Skip to content

Commit

Permalink
Remove cloudwatch group
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyerra committed Jan 24, 2024
1 parent a821fd2 commit ff0d0ea
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ locals {
}
}

resource "aws_cloudwatch_log_group" "cluster" {
name = "/aws/eks/${var.environment_name}/cluster"
retention_in_days = var.cloudwatch_retention_in_days
tags = local.tags
kms_key_id = aws_kms_key.cloudwatch_log.arn
}


resource "aws_eks_cluster" "cluster" {
name = var.environment_name
role_arn = aws_iam_role.cluster.arn
Expand Down

0 comments on commit ff0d0ea

Please sign in to comment.