github cloudposse/terraform-aws-eks-cluster 0.17.0
0.17.0 Add configurable retention period for cluster logs

latest releases: 4.1.1, v4, 4.1.0...
4 years ago

what

  • Add configurable retention period for cluster logs

why

  • If you add audit or other log types to the module then on cluster creation AWS will create the log group for you.
    It creates the log group with an unlimited retention period by default.
    If you then want to update the retention period you need to terraform import the log group and adjust.
    This release makes it possible to create a log group with configurable log types and log retention period.

references

Don't miss a new terraform-aws-eks-cluster release

NewReleases is sending notifications on new releases.