Skip to content

0.17.0 Add configurable retention period for cluster logs

Compare
Choose a tag to compare
@aknysh aknysh released this 24 Jan 15:26

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