aws config rules complains about eks cluster logging level
rule : OrgConfigRule-------p2-eks_cluster_logging_enabled
https://docs.aws.amazon.com/config/latest/developerguide/eks-cluster-logging-enabled.html
this is a quick win, we just have to set the defaults in https://git.cloud.safran/safrangrp/publiccloud/landingzone/shared-modules/terraform-aws-eks/-/blob/main/variables.tf#L101 to ["audit", "api", "authenticator", "controllerManager", "scheduler"]
and pass it to the upstream module in our main.tf
I see no reason not to do this.