Skip to content

EKS 1.28 with doc and EKS 1.25 doc update #11

Merged
merged 8 commits into from
Jan 10, 2024
Merged

EKS 1.28 with doc and EKS 1.25 doc update #11

merged 8 commits into from
Jan 10, 2024

Conversation

dang0317
Copy link

No description provided.

@dang0317 dang0317 changed the title EKS 1.25 doc update and tf-run.data fix EKS 1.28 with doc and EKS 1.25 doc update Dec 12, 2023
Comment on lines +53 to +64
# Obsolete: EKS cluster automatically creates the Cloudwatch log group
#resource "aws_cloudwatch_log_group" "eks_cluster" {
# name = format("/aws/eks/%v/cluster", var.cluster_name)
# retention_in_days = 180
#
# tags = merge(
# local.base_tags,
# local.common_tags,
# var.tags,
# var.application_tags,
# )
#}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not obsolete. Put it back. This is the only way you can put in a retention period via code.

Copy link
Contributor

@badra001 badra001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging as there are too many files
then will go back and update things accordingly

@badra001 badra001 merged commit 56c5620 into terraform-modules:tf-upgrade Jan 10, 2024
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants